Color Hex Logo

#e59fcb Color Hex

#E59FCB
(229,159,203)
0 Favorites   0 Comments

Color spaces of #e59fcb

RGB 229159203
HSL0.900.570.76
HSV322°31°90°
CMYK 0.000.310.11   0.10
XYZ55.490745.766162.4090
Yxy45.76610.33900.2796
Hunter Lab67.650628.0267-7.3407
CIE-Lab73.393532.5751-12.0075

#e59fcb color RGB value is (229,159,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011111 11001011
Octal 345 237 313
Decimal 229 159 203
Hex E5 9F CB

RGB Percentages of Color #e59fcb

%38.75
%26.90
%34.35

CMYK Percentages of Color #e59fcb

%0
%31
%11
%10

Triadic Colors of #e59fcb

#e59fcb #cbe59f #9fcbe5

Analogous Colors of #e59fcb

#e59fcb #e59fa8 #dc9fe5

Monochromatic Colors of #e59fcb

#e59fcb

Complementary Color

#e59fcb #9fe5b9

#e59fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59fcb Color CSS Codes

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

#e59fcb Text Font Color

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

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


#e59fcb Background Color

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

This div background color is #e59fcb


#e59fcb Border Color

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

This div border color is #e59fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59fcb


Comments

No comments written yet.

Please login to write comment.