Color Hex Logo

#e02ccc Color Hex

#E02CCC
(224,44,204)
0 Favorites   0 Comments

Color spaces of #e02ccc

RGB 22444204
HSL0.850.740.53
HSV307°80°88°
CMYK 0.000.800.09   0.12
XYZ42.540222.008359.1326
Yxy22.00830.34400.1779
Hunter Lab46.913079.7641-41.8944
CIE-Lab54.035880.5853-42.4231

#e02ccc color RGB value is (224,44,204).

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

The process color (four color CMYK) of #e02ccc color hex is 0.00, 0.80, 0.09, 0.12. Web safe color of #e02ccc is #cc33cc. Color #e02ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101100 11001100
Octal 340 54 314
Decimal 224 44 204
Hex E0 2C CC

RGB Percentages of Color #e02ccc

%47.46
%9.32
%43.22

CMYK Percentages of Color #e02ccc

%0
%80
%9
%12

Triadic Colors of #e02ccc

#e02ccc #cce02c #2ccce0

Analogous Colors of #e02ccc

#e02ccc #e02c72 #9a2ce0

Monochromatic Colors of #e02ccc

#e02ccc

Complementary Color

#e02ccc #2ce040

#e02ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02ccc Color CSS Codes

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

#e02ccc Text Font Color

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

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


#e02ccc Background Color

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

This div background color is #e02ccc


#e02ccc Border Color

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

This div border color is #e02ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02ccc


Comments

No comments written yet.

Please login to write comment.