Color Hex Logo

#e913dc Color Hex

#E913DC
(233,19,220)
0 Favorites   0 Comments

Color spaces of #e913dc

RGB 23319220
HSL0.840.850.49
HSV304°92°91°
CMYK 0.000.920.06   0.09
XYZ46.755422.956769.6769
Yxy22.95670.33540.1647
Hunter Lab47.913290.3388-52.6823
CIE-Lab55.027788.5467-49.8864

#e913dc color RGB value is (233,19,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00010011 11011100
Octal 351 23 334
Decimal 233 19 220
Hex E9 13 DC

RGB Percentages of Color #e913dc

%49.36
%4.03
%46.61

CMYK Percentages of Color #e913dc

%0
%92
%6
%9

Triadic Colors of #e913dc

#e913dc #dce913 #13dce9

Analogous Colors of #e913dc

#e913dc #e91371 #8b13e9

Monochromatic Colors of #e913dc

#e913dc

Complementary Color

#e913dc #13e920

#e913dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e913dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e913dc Color CSS Codes

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

#e913dc Text Font Color

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

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


#e913dc Background Color

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

This div background color is #e913dc


#e913dc Border Color

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

This div border color is #e913dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,19,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 #e913dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e913dc


Comments

No comments written yet.

Please login to write comment.