Color Hex Logo

#e59fec Color Hex

#E59FEC
(229,159,236)
0 Favorites   0 Comments

Color spaces of #e59fec

RGB 229159236
HSL0.820.670.77
HSV295°33°93°
CMYK 0.030.330.00   0.07
XYZ59.851647.510485.3728
Yxy47.51040.31050.2465
Hunter Lab68.927834.3721-25.1861
CIE-Lab74.515138.4129-28.3631

#e59fec color RGB value is (229,159,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011111 11101100
Octal 345 237 354
Decimal 229 159 236
Hex E5 9F EC

RGB Percentages of Color #e59fec

%36.70
%25.48
%37.82

CMYK Percentages of Color #e59fec

%3
%33
%0
%7

Triadic Colors of #e59fec

#e59fec #ece59f #9fece5

Analogous Colors of #e59fec

#e59fec #ec9fcd #bf9fec

Monochromatic Colors of #e59fec

#e59fec

Complementary Color

#e59fec #a6ec9f

#e59fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59fec Color CSS Codes

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

#e59fec Text Font Color

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

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


#e59fec Background Color

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

This div background color is #e59fec


#e59fec Border Color

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

This div border color is #e59fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59fec


Comments

No comments written yet.

Please login to write comment.