Color Hex Logo

#e59ced Color Hex

#E59CED
(229,156,237)
0 Favorites   0 Comments

Color spaces of #e59ced

RGB 229156237
HSL0.820.690.77
HSV294°34°93°
CMYK 0.030.340.00   0.07
XYZ59.487646.549485.9704
Yxy46.54940.30980.2424
Hunter Lab68.227136.2377-26.9501
CIE-Lab73.900640.1909-29.8518

#e59ced color RGB value is (229,156,237).

#e59ced hex color red value is 229, green value is 156 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e59ced hue: 0.82 , saturation: 0.69 and the lightness value of e59ced is 0.77.

The process color (four color CMYK) of #e59ced color hex is 0.03, 0.34, 0.00, 0.07. Web safe color of #e59ced is #cc99ff. Color #e59ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011100 11101101
Octal 345 234 355
Decimal 229 156 237
Hex E5 9C ED

RGB Percentages of Color #e59ced

%36.82
%25.08
%38.10

CMYK Percentages of Color #e59ced

%3
%34
%0
%7

Triadic Colors of #e59ced

#e59ced #ede59c #9cede5

Analogous Colors of #e59ced

#e59ced #ed9ccd #bd9ced

Monochromatic Colors of #e59ced

#e59ced

Complementary Color

#e59ced #a4ed9c

#e59ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59ced Color CSS Codes

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

#e59ced Text Font Color

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

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


#e59ced Background Color

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

This div background color is #e59ced


#e59ced Border Color

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

This div border color is #e59ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59ced


Comments

No comments written yet.

Please login to write comment.