Color Hex Logo

#e200cc Color Hex

#E200CC
(226,0,204)
0 Favorites   0 Comments

Color spaces of #e200cc

RGB 2260204
HSL0.851.000.44
HSV306°100°89°
CMYK 0.001.000.10   0.11
XYZ42.263120.528458.8616
Yxy20.52840.34740.1687
Hunter Lab45.308387.2135-45.3100
CIE-Lab52.429486.6771-44.9430

#e200cc color RGB value is (226,0,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000000 11001100
Octal 342 0 314
Decimal 226 0 204
Hex E2 0 CC

RGB Percentages of Color #e200cc

%52.56
%0.00
%47.44

CMYK Percentages of Color #e200cc

%0
%100
%10
%11

Triadic Colors of #e200cc

#e200cc #cce200 #00cce2

Analogous Colors of #e200cc

#e200cc #e2005b #8700e2

Monochromatic Colors of #e200cc

#e200cc

Complementary Color

#e200cc #00e216

#e200cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e200cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e200cc Color CSS Codes

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

#e200cc Text Font Color

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

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


#e200cc Background Color

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

This div background color is #e200cc


#e200cc Border Color

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

This div border color is #e200cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e200cc


Comments

No comments written yet.

Please login to write comment.