Color Hex Logo

#e59fcd Color Hex

#E59FCD
(229,159,205)
0 Favorites   0 Comments

Color spaces of #e59fcd

RGB 229159205
HSL0.890.570.76
HSV321°31°90°
CMYK 0.000.310.10   0.10
XYZ55.730745.862163.6725
Yxy45.86210.33720.2775
Hunter Lab67.721628.3818-8.3400
CIE-Lab73.456032.9074-13.0135

#e59fcd color RGB value is (229,159,205).

#e59fcd hex color red value is 229, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e59fcd hue: 0.89 , saturation: 0.57 and the lightness value of e59fcd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011111 11001101
Octal 345 237 315
Decimal 229 159 205
Hex E5 9F CD

RGB Percentages of Color #e59fcd

%38.62
%26.81
%34.57

CMYK Percentages of Color #e59fcd

%0
%31
%10
%10

Triadic Colors of #e59fcd

#e59fcd #cde59f #9fcde5

Analogous Colors of #e59fcd

#e59fcd #e59faa #da9fe5

Monochromatic Colors of #e59fcd

#e59fcd

Complementary Color

#e59fcd #9fe5b7

#e59fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59fcd Color CSS Codes

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

#e59fcd Text Font Color

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

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


#e59fcd Background Color

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

This div background color is #e59fcd


#e59fcd Border Color

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

This div border color is #e59fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59fcd


Comments

No comments written yet.

Please login to write comment.