Color Hex Logo

#e402cc Color Hex

#E402CC
(228,2,204)
0 Favorites   0 Comments

Color spaces of #e402cc

RGB 2282204
HSL0.850.980.45
HSV306°99°89°
CMYK 0.000.990.11   0.11
XYZ42.915720.897058.8984
Yxy20.89700.34970.1703
Hunter Lab45.713287.5781-44.3919
CIE-Lab52.836686.8765-44.2750

#e402cc color RGB value is (228,2,204).

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

The process color (four color CMYK) of #e402cc color hex is 0.00, 0.99, 0.11, 0.11. Web safe color of #e402cc is #cc00cc. Color #e402cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000010 11001100
Octal 344 2 314
Decimal 228 2 204
Hex E4 2 CC

RGB Percentages of Color #e402cc

%52.53
%0.46
%47.00

CMYK Percentages of Color #e402cc

%0
%99
%11
%11

Triadic Colors of #e402cc

#e402cc #cce402 #02cce4

Analogous Colors of #e402cc

#e402cc #e4025b #8b02e4

Monochromatic Colors of #e402cc

#e402cc

Complementary Color

#e402cc #02e41a

#e402cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e402cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e402cc Color CSS Codes

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

#e402cc Text Font Color

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

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


#e402cc Background Color

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

This div background color is #e402cc


#e402cc Border Color

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

This div border color is #e402cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e402cc


Comments

No comments written yet.

Please login to write comment.