Color Hex Logo

#e597fc Color Hex

#E597FC
(229,151,252)
0 Favorites   0 Comments

Color spaces of #e597fc

RGB 229151252
HSL0.800.940.79
HSV286°40°99°
CMYK 0.090.400.00   0.01
XYZ60.950445.819597.7271
Yxy45.81950.29810.2241
Hunter Lab67.690142.2696-38.2164
CIE-Lab73.428345.7042-38.7353

#e597fc color RGB value is (229,151,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010111 11111100
Octal 345 227 374
Decimal 229 151 252
Hex E5 97 FC

RGB Percentages of Color #e597fc

%36.23
%23.89
%39.87

CMYK Percentages of Color #e597fc

%9
%40
%0
%1

Triadic Colors of #e597fc

#e597fc #fce597 #97fce5

Analogous Colors of #e597fc

#e597fc #fc97e1 #b397fc

Monochromatic Colors of #e597fc

#e597fc

Complementary Color

#e597fc #aefc97

#e597fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e597fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e597fc Color CSS Codes

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

#e597fc Text Font Color

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

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


#e597fc Background Color

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

This div background color is #e597fc


#e597fc Border Color

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

This div border color is #e597fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,151,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 #e597fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e597fc

#e597fc Color Palettes


Comments

No comments written yet.

Please login to write comment.