Color Hex Logo

#e59fea Color Hex

#E59FEA
(229,159,234)
0 Favorites   0 Comments

Color spaces of #e59fea

RGB 229159234
HSL0.820.640.77
HSV296°32°92°
CMYK 0.020.320.00   0.08
XYZ59.562547.394883.8507
Yxy47.39480.31220.2484
Hunter Lab68.843933.9582-24.0235
CIE-Lab74.441638.0385-27.3872

#e59fea color RGB value is (229,159,234).

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

The process color (four color CMYK) of #e59fea color hex is 0.02, 0.32, 0.00, 0.08. Web safe color of #e59fea is #cc99ff. Color #e59fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011111 11101010
Octal 345 237 352
Decimal 229 159 234
Hex E5 9F EA

RGB Percentages of Color #e59fea

%36.82
%25.56
%37.62

CMYK Percentages of Color #e59fea

%2
%32
%0
%8

Triadic Colors of #e59fea

#e59fea #eae59f #9feae5

Analogous Colors of #e59fea

#e59fea #ea9fca #c09fea

Monochromatic Colors of #e59fea

#e59fea

Complementary Color

#e59fea #a4ea9f

#e59fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59fea Color CSS Codes

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

#e59fea Text Font Color

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

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


#e59fea Background Color

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

This div background color is #e59fea


#e59fea Border Color

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

This div border color is #e59fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59fea


Comments

No comments written yet.

Please login to write comment.