Color Hex Logo

#e59fca Color Hex

#E59FCA
(229,159,202)
0 Favorites   0 Comments

Color spaces of #e59fca

RGB 229159202
HSL0.900.570.76
HSV323°31°90°
CMYK 0.000.310.12   0.10
XYZ55.371945.718661.7833
Yxy45.71860.34000.2807
Hunter Lab67.615527.8505-6.8450
CIE-Lab73.362632.4100-11.5037

#e59fca color RGB value is (229,159,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011111 11001010
Octal 345 237 312
Decimal 229 159 202
Hex E5 9F CA

RGB Percentages of Color #e59fca

%38.81
%26.95
%34.24

CMYK Percentages of Color #e59fca

%0
%31
%12
%10

Triadic Colors of #e59fca

#e59fca #cae59f #9fcae5

Analogous Colors of #e59fca

#e59fca #e59fa7 #dd9fe5

Monochromatic Colors of #e59fca

#e59fca

Complementary Color

#e59fca #9fe5ba

#e59fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59fca Color CSS Codes

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

#e59fca Text Font Color

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

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


#e59fca Background Color

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

This div background color is #e59fca


#e59fca Border Color

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

This div border color is #e59fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59fca


Comments

No comments written yet.

Please login to write comment.