Color Hex Logo

#8806ec Color Hex

#8806EC
(136,6,236)
0 Favorites   0 Comments

Color spaces of #8806ec

RGB 1366236
HSL0.760.950.47
HSV274°97°93°
CMYK 0.420.970.00   0.07
XYZ25.358811.420680.2247
Yxy11.42060.21670.0976
Hunter Lab33.794474.8036-117.0929
CIE-Lab40.280079.2982-83.6049

#8806ec color RGB value is (136,6,236).

#8806ec hex color red value is 136, green value is 6 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8806ec hue: 0.76 , saturation: 0.95 and the lightness value of 8806ec is 0.47.

The process color (four color CMYK) of #8806ec color hex is 0.42, 0.97, 0.00, 0.07. Web safe color of #8806ec is #9900ff. Color #8806ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000110 11101100
Octal 210 6 354
Decimal 136 6 236
Hex 88 6 EC

RGB Percentages of Color #8806ec

%35.98
%1.59
%62.43

CMYK Percentages of Color #8806ec

%42
%97
%0
%7

Triadic Colors of #8806ec

#8806ec #ec8806 #06ec88

Analogous Colors of #8806ec

#8806ec #ec06dd #1506ec

Monochromatic Colors of #8806ec

#8806ec

Complementary Color

#8806ec #6aec06

#8806ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8806ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8806ec Color CSS Codes

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

#8806ec Text Font Color

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

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


#8806ec Background Color

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

This div background color is #8806ec


#8806ec Border Color

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

This div border color is #8806ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,6,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8806ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8806ec;
  -webkit-box-shadow: 1px 1px 3px 2px #8806ec;
  box-shadow:         1px 1px 3px 2px #8806ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8806ec


Comments

No comments written yet.

Please login to write comment.