Color Hex Logo

#e032cd Color Hex

#E032CD
(224,50,205)
0 Favorites   0 Comments

Color spaces of #e032cd

RGB 22450205
HSL0.850.740.54
HSV307°78°88°
CMYK 0.000.780.08   0.12
XYZ42.900522.536359.8464
Yxy22.53630.34240.1799
Hunter Lab47.472478.2325-41.5136
CIE-Lab54.591579.2670-42.1190

#e032cd color RGB value is (224,50,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110010 11001101
Octal 340 62 315
Decimal 224 50 205
Hex E0 32 CD

RGB Percentages of Color #e032cd

%46.76
%10.44
%42.80

CMYK Percentages of Color #e032cd

%0
%78
%8
%12

Triadic Colors of #e032cd

#e032cd #cde032 #32cde0

Analogous Colors of #e032cd

#e032cd #e03276 #9c32e0

Monochromatic Colors of #e032cd

#e032cd

Complementary Color

#e032cd #32e045

#e032cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e032cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e032cd Color CSS Codes

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

#e032cd Text Font Color

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

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


#e032cd Background Color

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

This div background color is #e032cd


#e032cd Border Color

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

This div border color is #e032cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e032cd


Comments

No comments written yet.

Please login to write comment.