Color Hex Logo

#e800cc Color Hex

#E800CC
(232,0,204)
0 Favorites   0 Comments

Color spaces of #e800cc

RGB 2320204
HSL0.851.000.45
HSV307°100°91°
CMYK 0.001.000.12   0.09
XYZ44.177821.515458.9512
Yxy21.51540.35440.1726
Hunter Lab46.384788.8341-42.8835
CIE-Lab53.509087.7020-43.1643

#e800cc color RGB value is (232,0,204).

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

The process color (four color CMYK) of #e800cc color hex is 0.00, 1.00, 0.12, 0.09. Web safe color of #e800cc is #ff00cc. Color #e800cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000000 11001100
Octal 350 0 314
Decimal 232 0 204
Hex E8 0 CC

RGB Percentages of Color #e800cc

%53.21
%0.00
%46.79

CMYK Percentages of Color #e800cc

%0
%100
%12
%9

Triadic Colors of #e800cc

#e800cc #cce800 #00cce8

Analogous Colors of #e800cc

#e800cc #e80058 #9000e8

Monochromatic Colors of #e800cc

#e800cc

Complementary Color

#e800cc #00e81c

#e800cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e800cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e800cc Color CSS Codes

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

#e800cc Text Font Color

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

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


#e800cc Background Color

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

This div background color is #e800cc


#e800cc Border Color

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

This div border color is #e800cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e800cc


Comments

No comments written yet.

Please login to write comment.