Color Hex Logo

#e586fc Color Hex

#E586FC
(229,134,252)
0 Favorites   0 Comments

Color spaces of #e586fc

RGB 229134252
HSL0.800.950.76
HSV288°47°99°
CMYK 0.090.470.00   0.01
XYZ58.408940.736596.8799
Yxy40.73650.29800.2078
Hunter Lab63.825251.6583-45.3184
CIE-Lab69.990954.4421-44.1027

#e586fc color RGB value is (229,134,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000110 11111100
Octal 345 206 374
Decimal 229 134 252
Hex E5 86 FC

RGB Percentages of Color #e586fc

%37.24
%21.79
%40.98

CMYK Percentages of Color #e586fc

%9
%47
%0
%1

Triadic Colors of #e586fc

#e586fc #fce586 #86fce5

Analogous Colors of #e586fc

#e586fc #fc86d8 #aa86fc

Monochromatic Colors of #e586fc

#e586fc

Complementary Color

#e586fc #9dfc86

#e586fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e586fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e586fc Color CSS Codes

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

#e586fc Text Font Color

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

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


#e586fc Background Color

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

This div background color is #e586fc


#e586fc Border Color

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

This div border color is #e586fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e586fc

Related Colors


Comments

No comments written yet.

Please login to write comment.