Color Hex Logo

#e037cd Color Hex

#E037CD
(224,55,205)
0 Favorites   0 Comments

Color spaces of #e037cd

RGB 22455205
HSL0.850.730.55
HSV307°75°88°
CMYK 0.000.750.08   0.12
XYZ43.126122.987459.9216
Yxy22.98740.34220.1824
Hunter Lab47.945276.6545-40.5387
CIE-Lab55.059477.9214-41.3809

#e037cd color RGB value is (224,55,205).

#e037cd hex color red value is 224, green value is 55 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e037cd hue: 0.85 , saturation: 0.73 and the lightness value of e037cd is 0.55.

The process color (four color CMYK) of #e037cd color hex is 0.00, 0.75, 0.08, 0.12. Web safe color of #e037cd is #cc33cc. Color #e037cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110111 11001101
Octal 340 67 315
Decimal 224 55 205
Hex E0 37 CD

RGB Percentages of Color #e037cd

%46.28
%11.36
%42.36

CMYK Percentages of Color #e037cd

%0
%75
%8
%12

Triadic Colors of #e037cd

#e037cd #cde037 #37cde0

Analogous Colors of #e037cd

#e037cd #e03779 #9f37e0

Monochromatic Colors of #e037cd

#e037cd

Complementary Color

#e037cd #37e04a

#e037cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e037cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e037cd Color CSS Codes

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

#e037cd Text Font Color

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

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


#e037cd Background Color

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

This div background color is #e037cd


#e037cd Border Color

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

This div border color is #e037cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e037cd


Comments

No comments written yet.

Please login to write comment.