Color Hex Logo

#8856e1 Color Hex

#8856E1
(136,86,225)
0 Favorites   0 Comments

Color spaces of #8856e1

RGB 13686225
HSL0.730.700.61
HSV262°62°88°
CMYK 0.400.620.00   0.12
XYZ27.071717.326173.1516
Yxy17.32610.23030.1474
Hunter Lab41.624643.2492-75.0597
CIE-Lab48.668350.2318-63.6695

#8856e1 color RGB value is (136,86,225).

#8856e1 hex color red value is 136, green value is 86 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #8856e1 hue: 0.73 , saturation: 0.70 and the lightness value of 8856e1 is 0.61.

The process color (four color CMYK) of #8856e1 color hex is 0.40, 0.62, 0.00, 0.12. Web safe color of #8856e1 is #9966cc. Color #8856e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010110 11100001
Octal 210 126 341
Decimal 136 86 225
Hex 88 56 E1

RGB Percentages of Color #8856e1

%30.43
%19.24
%50.34

CMYK Percentages of Color #8856e1

%40
%62
%0
%12

Triadic Colors of #8856e1

#8856e1 #e18856 #56e188

Analogous Colors of #8856e1

#8856e1 #ce56e1 #566ae1

Monochromatic Colors of #8856e1

#8856e1

Complementary Color

#8856e1 #afe156

#8856e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8856e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8856e1 Color CSS Codes

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

#8856e1 Text Font Color

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

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


#8856e1 Background Color

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

This div background color is #8856e1


#8856e1 Border Color

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

This div border color is #8856e1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,86,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8856e1


Comments

No comments written yet.

Please login to write comment.