Color Hex Logo

#8856fe Color Hex

#8856FE
(136,86,254)
0 Favorites   0 Comments

Color spaces of #8856fe

RGB 13686254
HSL0.720.990.67
HSV258°66°100°
CMYK 0.460.660.00   0.00
XYZ31.370519.045695.7887
Yxy19.04560.21460.1303
Hunter Lab43.641351.9383-99.5874
CIE-Lab50.740557.8649-76.5680

#8856fe color RGB value is (136,86,254).

#8856fe hex color red value is 136, green value is 86 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8856fe hue: 0.72 , saturation: 0.99 and the lightness value of 8856fe is 0.67.

The process color (four color CMYK) of #8856fe color hex is 0.46, 0.66, 0.00, 0.00. Web safe color of #8856fe is #9966ff. Color #8856fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010110 11111110
Octal 210 126 376
Decimal 136 86 254
Hex 88 56 FE

RGB Percentages of Color #8856fe

%28.57
%18.07
%53.36

CMYK Percentages of Color #8856fe

%46
%66
%0
%0

Triadic Colors of #8856fe

#8856fe #fe8856 #56fe88

Analogous Colors of #8856fe

#8856fe #dc56fe #5678fe

Monochromatic Colors of #8856fe

#8856fe

Complementary Color

#8856fe #ccfe56

#8856fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8856fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8856fe Color CSS Codes

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

#8856fe Text Font Color

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

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


#8856fe Background Color

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

This div background color is #8856fe


#8856fe Border Color

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

This div border color is #8856fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,86,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8856fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8856fe;
  -webkit-box-shadow: 1px 1px 3px 2px #8856fe;
  box-shadow:         1px 1px 3px 2px #8856fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,86,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 #8856fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8856fe


Comments

No comments written yet.

Please login to write comment.