color codes Logo

#e002cc color codes

#E002CC
(224,2,204)
0 Favorites   0 Comments

Color spaces of #e002cc

RGB 2242204
HSL0.850.980.44
HSV305°99°88°
CMYK 0.000.990.09   0.12
XYZ41.661320.250358.8397
Yxy20.25030.34500.1677
Hunter Lab45.000386.5047-46.0238
CIE-Lab52.119086.1950-45.4580

#e002cc color RGB value is (224,2,204).

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

The process color (four color CMYK) of #e002cc color code is 0.00, 0.99, 0.09, 0.12. Web safe color of #e002cc is #cc00cc. Color #e002cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000010 11001100
Octal 340 2 314
Decimal 224 2 204
Hex E0 2 CC

RGB Percentages of Color #e002cc

%52.09
%0.47
%47.44

CMYK Percentages of Color #e002cc

%0
%99
%9
%12

Triadic Colors of #e002cc

#e002cc #cce002 #02cce0

Analogous Colors of #e002cc

#e002cc #e0025d #8502e0

Monochromatic Colors of #e002cc

#e002cc

Complementary Color

#e002cc #02e016

#e002cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e002cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e002cc Color CSS Codes

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

#e002cc Text Font Color

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

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


#e002cc Background Color

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

This div background color is #e002cc


#e002cc Border Color

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

This div border color is #e002cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e002cc


Comments

No comments written yet.

Please login to write comment.