Color Hex Logo

#e02cad Color Hex

#E02CAD
(224,44,173)
0 Favorites   0 Comments

Color spaces of #e02cad

RGB 22444173
HSL0.880.740.53
HSV317°80°88°
CMYK 0.000.800.23   0.12
XYZ39.184020.665841.4588
Yxy20.66580.38680.2040
Hunter Lab45.459774.3039-22.2502
CIE-Lab52.581876.5178-26.7158

#e02cad color RGB value is (224,44,173).

#e02cad hex color red value is 224, green value is 44 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e02cad hue: 0.88 , saturation: 0.74 and the lightness value of e02cad is 0.53.

The process color (four color CMYK) of #e02cad color hex is 0.00, 0.80, 0.23, 0.12. Web safe color of #e02cad is #cc3399. Color #e02cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101100 10101101
Octal 340 54 255
Decimal 224 44 173
Hex E0 2C AD

RGB Percentages of Color #e02cad

%50.79
%9.98
%39.23

CMYK Percentages of Color #e02cad

%0
%80
%23
%12

Triadic Colors of #e02cad

#e02cad #ade02c #2cade0

Analogous Colors of #e02cad

#e02cad #e02c53 #b92ce0

Monochromatic Colors of #e02cad

#e02cad

Complementary Color

#e02cad #2ce05f

#e02cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02cad Color CSS Codes

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

#e02cad Text Font Color

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

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


#e02cad Background Color

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

This div background color is #e02cad


#e02cad Border Color

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

This div border color is #e02cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02cad


Comments

No comments written yet.

Please login to write comment.