Color Hex Logo

#e586fe Color Hex

#E586FE
(229,134,254)
0 Favorites   0 Comments

Color spaces of #e586fe

RGB 229134254
HSL0.800.980.76
HSV288°47°100°
CMYK 0.100.470.00   0.00
XYZ58.727640.864098.5582
Yxy40.86400.29640.2062
Hunter Lab63.925052.1186-46.6646
CIE-Lab70.080554.8276-45.0526

#e586fe color RGB value is (229,134,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000110 11111110
Octal 345 206 376
Decimal 229 134 254
Hex E5 86 FE

RGB Percentages of Color #e586fe

%37.12
%21.72
%41.17

CMYK Percentages of Color #e586fe

%10
%47
%0
%0

Triadic Colors of #e586fe

#e586fe #fee586 #86fee5

Analogous Colors of #e586fe

#e586fe #fe86db #a986fe

Monochromatic Colors of #e586fe

#e586fe

Complementary Color

#e586fe #9ffe86

#e586fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e586fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e586fe Color CSS Codes

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

#e586fe Text Font Color

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

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


#e586fe Background Color

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

This div background color is #e586fe


#e586fe Border Color

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

This div border color is #e586fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e586fe


Comments

No comments written yet.

Please login to write comment.