Color Hex Logo

#e517cd Color Hex

#E517CD
(229,23,205)
0 Favorites   0 Comments

Color spaces of #e517cd

RGB 22923205
HSL0.850.820.49
HSV307°90°90°
CMYK 0.000.900.10   0.10
XYZ43.638921.678659.6420
Yxy21.67860.34920.1735
Hunter Lab46.560385.8197-43.3561
CIE-Lab53.684385.3651-43.4963

#e517cd color RGB value is (229,23,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010111 11001101
Octal 345 27 315
Decimal 229 23 205
Hex E5 17 CD

RGB Percentages of Color #e517cd

%50.11
%5.03
%44.86

CMYK Percentages of Color #e517cd

%0
%90
%10
%10

Triadic Colors of #e517cd

#e517cd #cde517 #17cde5

Analogous Colors of #e517cd

#e517cd #e51766 #9617e5

Monochromatic Colors of #e517cd

#e517cd

Complementary Color

#e517cd #17e52f

#e517cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e517cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e517cd Color CSS Codes

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

#e517cd Text Font Color

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

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


#e517cd Background Color

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

This div background color is #e517cd


#e517cd Border Color

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

This div border color is #e517cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,23,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e517cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e517cd


Comments

No comments written yet.

Please login to write comment.