Color Hex Logo

#e917dc Color Hex

#E917DC
(233,23,220)
0 Favorites   0 Comments

Color spaces of #e917dc

RGB 23323220
HSL0.840.830.50
HSV304°90°91°
CMYK 0.000.900.06   0.09
XYZ46.828923.103769.7015
Yxy23.10370.33540.1655
Hunter Lab48.066389.7887-52.3307
CIE-Lab55.179088.1013-49.6459

#e917dc color RGB value is (233,23,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00010111 11011100
Octal 351 27 334
Decimal 233 23 220
Hex E9 17 DC

RGB Percentages of Color #e917dc

%48.95
%4.83
%46.22

CMYK Percentages of Color #e917dc

%0
%90
%6
%9

Triadic Colors of #e917dc

#e917dc #dce917 #17dce9

Analogous Colors of #e917dc

#e917dc #e91773 #8d17e9

Monochromatic Colors of #e917dc

#e917dc

Complementary Color

#e917dc #17e924

#e917dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e917dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e917dc Color CSS Codes

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

#e917dc Text Font Color

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

This sample text font color is #e917dc
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.


#e917dc Background Color

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

This div background color is #e917dc


#e917dc Border Color

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

This div border color is #e917dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e917dc


Comments

No comments written yet.

Please login to write comment.