Color Hex Logo

#e500cc Color Hex

#E500CC
(229,0,204)
0 Favorites   0 Comments

Color spaces of #e500cc

RGB 2290204
HSL0.851.000.45
HSV307°100°90°
CMYK 0.001.000.11   0.10
XYZ43.212221.017658.9060
Yxy21.01760.35090.1707
Hunter Lab45.845088.0205-44.0900
CIE-Lab52.968887.1881-44.0542

#e500cc color RGB value is (229,0,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000000 11001100
Octal 345 0 314
Decimal 229 0 204
Hex E5 0 CC

RGB Percentages of Color #e500cc

%52.89
%0.00
%47.11

CMYK Percentages of Color #e500cc

%0
%100
%11
%10

Triadic Colors of #e500cc

#e500cc #cce500 #00cce5

Analogous Colors of #e500cc

#e500cc #e50059 #8c00e5

Monochromatic Colors of #e500cc

#e500cc

Complementary Color

#e500cc #00e519

#e500cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e500cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e500cc Color CSS Codes

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

#e500cc Text Font Color

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

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


#e500cc Background Color

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

This div background color is #e500cc


#e500cc Border Color

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

This div border color is #e500cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e500cc


Comments

No comments written yet.

Please login to write comment.