Color Hex Logo

#e506cc Color Hex

#E506CC
(229,6,204)
0 Favorites   0 Comments

Color spaces of #e506cc

RGB 2296204
HSL0.850.950.46
HSV307°97°90°
CMYK 0.000.970.11   0.10
XYZ43.277321.147958.9277
Yxy21.14790.35080.1714
Hunter Lab45.986887.5058-43.7836
CIE-Lab53.111086.7680-43.8289

#e506cc color RGB value is (229,6,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000110 11001100
Octal 345 6 314
Decimal 229 6 204
Hex E5 6 CC

RGB Percentages of Color #e506cc

%52.16
%1.37
%46.47

CMYK Percentages of Color #e506cc

%0
%97
%11
%10

Triadic Colors of #e506cc

#e506cc #cce506 #06cce5

Analogous Colors of #e506cc

#e506cc #e5065d #8f06e5

Monochromatic Colors of #e506cc

#e506cc

Complementary Color

#e506cc #06e51f

#e506cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e506cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e506cc Color CSS Codes

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

#e506cc Text Font Color

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

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


#e506cc Background Color

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

This div background color is #e506cc


#e506cc Border Color

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

This div border color is #e506cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e506cc


Comments

No comments written yet.

Please login to write comment.