Color Hex Logo

#e59fcf Color Hex

#E59FCF
(229,159,207)
0 Favorites   0 Comments

Color spaces of #e59fcf

RGB 229159207
HSL0.890.570.76
HSV319°31°90°
CMYK 0.000.310.10   0.10
XYZ55.973745.959364.9524
Yxy45.95930.33540.2754
Hunter Lab67.793328.7407-9.3501
CIE-Lab73.519133.2426-14.0178

#e59fcf color RGB value is (229,159,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011111 11001111
Octal 345 237 317
Decimal 229 159 207
Hex E5 9F CF

RGB Percentages of Color #e59fcf

%38.49
%26.72
%34.79

CMYK Percentages of Color #e59fcf

%0
%31
%10
%10

Triadic Colors of #e59fcf

#e59fcf #cfe59f #9fcfe5

Analogous Colors of #e59fcf

#e59fcf #e59fac #d89fe5

Monochromatic Colors of #e59fcf

#e59fcf

Complementary Color

#e59fcf #9fe5b5

#e59fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59fcf Color CSS Codes

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

#e59fcf Text Font Color

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

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


#e59fcf Background Color

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

This div background color is #e59fcf


#e59fcf Border Color

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

This div border color is #e59fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59fcf


Comments

No comments written yet.

Please login to write comment.