Color Hex Logo

#e59ffc Color Hex

#E59FFC
(229,159,252)
0 Favorites   0 Comments

Color spaces of #e59ffc

RGB 229159252
HSL0.790.940.81
HSV285°37°99°
CMYK 0.090.370.00   0.01
XYZ62.281948.482698.1709
Yxy48.48260.29810.2320
Hunter Lab69.629437.8125-34.8526
CIE-Lab75.128341.4936-36.0958

#e59ffc color RGB value is (229,159,252).

#e59ffc hex color red value is 229, green value is 159 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e59ffc hue: 0.79 , saturation: 0.94 and the lightness value of e59ffc is 0.81.

The process color (four color CMYK) of #e59ffc color hex is 0.09, 0.37, 0.00, 0.01. Web safe color of #e59ffc is #cc99ff. Color #e59ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011111 11111100
Octal 345 237 374
Decimal 229 159 252
Hex E5 9F FC

RGB Percentages of Color #e59ffc

%35.78
%24.84
%39.38

CMYK Percentages of Color #e59ffc

%9
%37
%0
%1

Triadic Colors of #e59ffc

#e59ffc #fce59f #9ffce5

Analogous Colors of #e59ffc

#e59ffc #fc9fe5 #b79ffc

Monochromatic Colors of #e59ffc

#e59ffc

Complementary Color

#e59ffc #b6fc9f

#e59ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59ffc Color CSS Codes

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

#e59ffc Text Font Color

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

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


#e59ffc Background Color

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

This div background color is #e59ffc


#e59ffc Border Color

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

This div border color is #e59ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59ffc


Comments

No comments written yet.

Please login to write comment.