Color Hex Logo

#e59dcf Color Hex

#E59DCF
(229,157,207)
0 Favorites   0 Comments

Color spaces of #e59dcf

RGB 229157207
HSL0.880.580.76
HSV318°31°90°
CMYK 0.000.310.10   0.10
XYZ55.632645.276964.8387
Yxy45.27690.33560.2732
Hunter Lab67.288129.8264-10.0301
CIE-Lab73.073834.3088-14.6872

#e59dcf color RGB value is (229,157,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011101 11001111
Octal 345 235 317
Decimal 229 157 207
Hex E5 9D CF

RGB Percentages of Color #e59dcf

%38.62
%26.48
%34.91

CMYK Percentages of Color #e59dcf

%0
%31
%10
%10

Triadic Colors of #e59dcf

#e59dcf #cfe59d #9dcfe5

Analogous Colors of #e59dcf

#e59dcf #e59dab #d79de5

Monochromatic Colors of #e59dcf

#e59dcf

Complementary Color

#e59dcf #9de5b3

#e59dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59dcf Color CSS Codes

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

#e59dcf Text Font Color

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

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


#e59dcf Background Color

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

This div background color is #e59dcf


#e59dcf Border Color

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

This div border color is #e59dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59dcf


Comments

No comments written yet.

Please login to write comment.