Color Hex Logo

#e59fce Color Hex

#E59FCE
(229,159,206)
0 Favorites   0 Comments

Color spaces of #e59fce

RGB 229159206
HSL0.890.570.76
HSV320°31°90°
CMYK 0.000.310.10   0.10
XYZ55.851845.910564.3104
Yxy45.91050.33630.2764
Hunter Lab67.757328.5609-8.8438
CIE-Lab73.487433.0747-13.5159

#e59fce color RGB value is (229,159,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011111 11001110
Octal 345 237 316
Decimal 229 159 206
Hex E5 9F CE

RGB Percentages of Color #e59fce

%38.55
%26.77
%34.68

CMYK Percentages of Color #e59fce

%0
%31
%10
%10

Triadic Colors of #e59fce

#e59fce #cee59f #9fcee5

Analogous Colors of #e59fce

#e59fce #e59fab #d99fe5

Monochromatic Colors of #e59fce

#e59fce

Complementary Color

#e59fce #9fe5b6

#e59fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59fce Color CSS Codes

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

#e59fce Text Font Color

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

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


#e59fce Background Color

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

This div background color is #e59fce


#e59fce Border Color

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

This div border color is #e59fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59fce


Comments

No comments written yet.

Please login to write comment.