Color Hex Logo

#e592cd Color Hex

#E592CD
(229,146,205)
0 Favorites   0 Comments

Color spaces of #e592cd

RGB 229146205
HSL0.880.610.74
HSV317°36°90°
CMYK 0.000.360.10   0.10
XYZ53.611441.623662.9661
Yxy41.62360.33890.2631
Hunter Lab64.516435.4252-12.7039
CIE-Lab70.610639.7983-17.2984

#e592cd color RGB value is (229,146,205).

#e592cd hex color red value is 229, green value is 146 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e592cd hue: 0.88 , saturation: 0.61 and the lightness value of e592cd is 0.74.

The process color (four color CMYK) of #e592cd color hex is 0.00, 0.36, 0.10, 0.10. Web safe color of #e592cd is #cc99cc. Color #e592cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010010 11001101
Octal 345 222 315
Decimal 229 146 205
Hex E5 92 CD

RGB Percentages of Color #e592cd

%39.48
%25.17
%35.34

CMYK Percentages of Color #e592cd

%0
%36
%10
%10

Triadic Colors of #e592cd

#e592cd #cde592 #92cde5

Analogous Colors of #e592cd

#e592cd #e592a4 #d492e5

Monochromatic Colors of #e592cd

#e592cd

Complementary Color

#e592cd #92e5aa

#e592cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e592cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e592cd Color CSS Codes

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

#e592cd Text Font Color

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

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


#e592cd Background Color

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

This div background color is #e592cd


#e592cd Border Color

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

This div border color is #e592cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e592cd


Comments

No comments written yet.

Please login to write comment.