Color Hex Logo

#e59cfe Color Hex

#E59CFE
(229,156,254)
0 Favorites   0 Comments

Color spaces of #e59cfe

RGB 229156254
HSL0.790.980.80
HSV285°39°100°
CMYK 0.100.390.00   0.00
XYZ62.091047.590799.6793
Yxy47.59070.29660.2273
Hunter Lab68.986039.9338-37.3791
CIE-Lab74.566043.4730-38.0498

#e59cfe color RGB value is (229,156,254).

#e59cfe hex color red value is 229, green value is 156 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e59cfe hue: 0.79 , saturation: 0.98 and the lightness value of e59cfe is 0.80.

The process color (four color CMYK) of #e59cfe color hex is 0.10, 0.39, 0.00, 0.00. Web safe color of #e59cfe is #cc99ff. Color #e59cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011100 11111110
Octal 345 234 376
Decimal 229 156 254
Hex E5 9C FE

RGB Percentages of Color #e59cfe

%35.84
%24.41
%39.75

CMYK Percentages of Color #e59cfe

%10
%39
%0
%0

Triadic Colors of #e59cfe

#e59cfe #fee59c #9cfee5

Analogous Colors of #e59cfe

#e59cfe #fe9ce6 #b49cfe

Monochromatic Colors of #e59cfe

#e59cfe

Complementary Color

#e59cfe #b5fe9c

#e59cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59cfe Color CSS Codes

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

#e59cfe Text Font Color

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

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


#e59cfe Background Color

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

This div background color is #e59cfe


#e59cfe Border Color

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

This div border color is #e59cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59cfe


Comments

No comments written yet.

Please login to write comment.