Color Hex Logo

#8a86cb Color Hex

#8A86CB
(138,134,203)
0 Favorites   0 Comments

Color spaces of #8a86cb

RGB 138134203
HSL0.680.400.66
HSV243°34°80°
CMYK 0.320.340.00   0.20
XYZ29.785826.765360.0962
Yxy26.76530.25530.2295
Hunter Lab51.735212.2323-32.6573
CIE-Lab58.756517.3942-35.1656

#8a86cb color RGB value is (138,134,203).

#8a86cb hex color red value is 138, green value is 134 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8a86cb hue: 0.68 , saturation: 0.40 and the lightness value of 8a86cb is 0.66.

The process color (four color CMYK) of #8a86cb color hex is 0.32, 0.34, 0.00, 0.20. Web safe color of #8a86cb is #9999cc. Color #8a86cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10000110 11001011
Octal 212 206 313
Decimal 138 134 203
Hex 8A 86 CB

RGB Percentages of Color #8a86cb

%29.05
%28.21
%42.74

CMYK Percentages of Color #8a86cb

%32
%34
%0
%20

Triadic Colors of #8a86cb

#8a86cb #cb8a86 #86cb8a

Analogous Colors of #8a86cb

#8a86cb #ad86cb #86a5cb

Monochromatic Colors of #8a86cb

#8a86cb

Complementary Color

#8a86cb #c7cb86

#8a86cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a86cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a86cb Color CSS Codes

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

#8a86cb Text Font Color

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

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


#8a86cb Background Color

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

This div background color is #8a86cb


#8a86cb Border Color

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

This div border color is #8a86cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,134,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a86cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a86cb;
  -webkit-box-shadow: 1px 1px 3px 2px #8a86cb;
  box-shadow:         1px 1px 3px 2px #8a86cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,134,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a86cb


Comments

No comments written yet.

Please login to write comment.