Color Hex Logo

#e05dca Color Hex

#E05DCA
(224,93,202)
0 Favorites   0 Comments

Color spaces of #e05dca

RGB 22493202
HSL0.860.680.62
HSV310°58°88°
CMYK 0.000.580.10   0.12
XYZ45.315527.940358.8817
Yxy27.94030.34290.2114
Hunter Lab52.858660.5250-29.0450
CIE-Lab59.834863.7325-32.1938

#e05dca color RGB value is (224,93,202).

#e05dca hex color red value is 224, green value is 93 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e05dca hue: 0.86 , saturation: 0.68 and the lightness value of e05dca is 0.62.

The process color (four color CMYK) of #e05dca color hex is 0.00, 0.58, 0.10, 0.12. Web safe color of #e05dca is #cc66cc. Color #e05dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011101 11001010
Octal 340 135 312
Decimal 224 93 202
Hex E0 5D CA

RGB Percentages of Color #e05dca

%43.16
%17.92
%38.92

CMYK Percentages of Color #e05dca

%0
%58
%10
%12

Triadic Colors of #e05dca

#e05dca #cae05d #5dcae0

Analogous Colors of #e05dca

#e05dca #e05d89 #b55de0

Monochromatic Colors of #e05dca

#e05dca

Complementary Color

#e05dca #5de073

#e05dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05dca Color CSS Codes

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

#e05dca Text Font Color

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

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


#e05dca Background Color

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

This div background color is #e05dca


#e05dca Border Color

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

This div border color is #e05dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,93,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e05dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e05dca;
  -webkit-box-shadow: 1px 1px 3px 2px #e05dca;
  box-shadow:         1px 1px 3px 2px #e05dca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,93,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05dca


Comments

No comments written yet.

Please login to write comment.