color codes Logo

#e917db color codes

#E917DB
(233,23,219)
0 Favorites   0 Comments

Color spaces of #e917db

RGB 23323219
HSL0.840.830.50
HSV304°90°91°
CMYK 0.000.900.06   0.09
XYZ46.696923.050969.0059
Yxy23.05090.33650.1661
Hunter Lab48.011489.5932-51.6086
CIE-Lab55.124787.9638-49.1641

#e917db color RGB value is (233,23,219).

#e917db hex color red value is 233, green value is 23 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e917db hue: 0.84 , saturation: 0.83 and the lightness value of e917db is 0.50.

The process color (four color CMYK) of #e917db color code is 0.00, 0.90, 0.06, 0.09. Web safe color of #e917db is #ff00cc. Color #e917db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00010111 11011011
Octal 351 27 333
Decimal 233 23 219
Hex E9 17 DB

RGB Percentages of Color #e917db

%49.05
%4.84
%46.11

CMYK Percentages of Color #e917db

%0
%90
%6
%9

Triadic Colors of #e917db

#e917db #dbe917 #17dbe9

Analogous Colors of #e917db

#e917db #e91772 #8e17e9

Monochromatic Colors of #e917db

#e917db

Complementary Color

#e917db #17e925

#e917db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e917db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e917db Color CSS Codes

.mybgcolor {background-color:#e917db; } 
.myforecolor {color:#e917db; }
.mybordercolor {border:3px solid #e917db; }

#e917db Text Font Color

<p style="color:#e917db">Text here</p>

This sample text font color is #e917db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e917db Background Color

<div style="background-color:#e917db">
Div content here</div>

This div background color is #e917db


#e917db Border Color

<div style="border:3px solid #e917db">
Div here</div>

This div border color is #e917db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,23,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e917db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e917db;
  -webkit-box-shadow: 1px 1px 3px 2px #e917db;
  box-shadow:         1px 1px 3px 2px #e917db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,23,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e917db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e917db;
  -webkit-box-shadow: 1px 1px 3px 2px #e917db;
  box-shadow:         1px 1px 3px 2px #e917db;">
Div content here</div>

This div box has shadow with color #e917db


Comments

No comments written yet.

Please login to write comment.