Color Hex Logo

#e517cc Color Hex

#E517CC
(229,23,204)
0 Favorites   0 Comments

Color spaces of #e517cc

RGB 22923204
HSL0.850.820.49
HSV307°90°90°
CMYK 0.000.900.11   0.10
XYZ43.518621.630459.0081
Yxy21.63040.35050.1742
Hunter Lab46.508585.6349-42.6688
CIE-Lab53.632685.2331-43.0036

#e517cc color RGB value is (229,23,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010111 11001100
Octal 345 27 314
Decimal 229 23 204
Hex E5 17 CC

RGB Percentages of Color #e517cc

%50.22
%5.04
%44.74

CMYK Percentages of Color #e517cc

%0
%90
%11
%10

Triadic Colors of #e517cc

#e517cc #cce517 #17cce5

Analogous Colors of #e517cc

#e517cc #e51765 #9717e5

Monochromatic Colors of #e517cc

#e517cc

Complementary Color

#e517cc #17e530

#e517cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e517cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e517cc Color CSS Codes

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

#e517cc Text Font Color

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

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


#e517cc Background Color

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

This div background color is #e517cc


#e517cc Border Color

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

This div border color is #e517cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e517cc


Comments

No comments written yet.

Please login to write comment.