Color Hex Logo

#e900cc Color Hex

#E900CC
(233,0,204)
0 Favorites   0 Comments

Color spaces of #e900cc

RGB 2330204
HSL0.851.000.46
HSV307°100°91°
CMYK 0.001.000.12   0.09
XYZ44.503421.683358.9664
Yxy21.68330.35560.1733
Hunter Lab46.565389.1066-42.4841
CIE-Lab53.689487.8739-42.8674

#e900cc color RGB value is (233,0,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00000000 11001100
Octal 351 0 314
Decimal 233 0 204
Hex E9 0 CC

RGB Percentages of Color #e900cc

%53.32
%0.00
%46.68

CMYK Percentages of Color #e900cc

%0
%100
%12
%9

Triadic Colors of #e900cc

#e900cc #cce900 #00cce9

Analogous Colors of #e900cc

#e900cc #e90057 #9200e9

Monochromatic Colors of #e900cc

#e900cc

Complementary Color

#e900cc #00e91d

#e900cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e900cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e900cc Color CSS Codes

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

#e900cc Text Font Color

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

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


#e900cc Background Color

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

This div background color is #e900cc


#e900cc Border Color

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

This div border color is #e900cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e900cc


Comments

No comments written yet.

Please login to write comment.