color codes Logo

#e508cc color codes

#E508CC
(229,8,204)
0 Favorites   0 Comments

Color spaces of #e508cc

RGB 2298204
HSL0.850.930.46
HSV307°97°90°
CMYK 0.000.970.11   0.10
XYZ43.299021.191358.9350
Yxy21.19130.35080.1717
Hunter Lab46.034087.3353-43.6822
CIE-Lab53.158286.6287-43.7542

#e508cc color RGB value is (229,8,204).

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

The process color (four color CMYK) of #e508cc color code is 0.00, 0.97, 0.11, 0.10. Web safe color of #e508cc is #cc00cc. Color #e508cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001000 11001100
Octal 345 10 314
Decimal 229 8 204
Hex E5 8 CC

RGB Percentages of Color #e508cc

%51.93
%1.81
%46.26

CMYK Percentages of Color #e508cc

%0
%97
%11
%10

Triadic Colors of #e508cc

#e508cc #cce508 #08cce5

Analogous Colors of #e508cc

#e508cc #e5085e #9008e5

Monochromatic Colors of #e508cc

#e508cc

Complementary Color

#e508cc #08e521

#e508cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e508cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e508cc Color CSS Codes

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

#e508cc Text Font Color

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

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


#e508cc Background Color

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

This div background color is #e508cc


#e508cc Border Color

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

This div border color is #e508cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e508cc


Comments

No comments written yet.

Please login to write comment.