Color Hex Logo

#e408cc Color Hex

#E408CC
(228,8,204)
0 Favorites   0 Comments

Color spaces of #e408cc

RGB 2288204
HSL0.850.930.46
HSV307°96°89°
CMYK 0.000.960.11   0.11
XYZ42.980821.027358.9201
Yxy21.02730.34960.1711
Hunter Lab45.855587.0625-44.0833
CIE-Lab52.979486.4549-44.0489

#e408cc color RGB value is (228,8,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001000 11001100
Octal 344 10 314
Decimal 228 8 204
Hex E4 8 CC

RGB Percentages of Color #e408cc

%51.82
%1.82
%46.36

CMYK Percentages of Color #e408cc

%0
%96
%11
%11

Triadic Colors of #e408cc

#e408cc #cce408 #08cce4

Analogous Colors of #e408cc

#e408cc #e4085e #8e08e4

Monochromatic Colors of #e408cc

#e408cc

Complementary Color

#e408cc #08e420

#e408cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e408cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e408cc Color CSS Codes

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

#e408cc Text Font Color

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

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


#e408cc Background Color

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

This div background color is #e408cc


#e408cc Border Color

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

This div border color is #e408cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e408cc


Comments

No comments written yet.

Please login to write comment.