Color Hex Logo

#8186ab Color Hex

#8186AB
(129,134,171)
0 Favorites   0 Comments

Color spaces of #8186ab

RGB 129134171
HSL0.650.200.59
HSV233°25°67°
CMYK 0.250.220.00   0.33
XYZ24.929024.657641.9736
Yxy24.65760.27230.2693
Hunter Lab49.65642.7136-15.3572
CIE-Lab56.74036.5200-20.1435

#8186ab color RGB value is (129,134,171).

#8186ab hex color red value is 129, green value is 134 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8186ab hue: 0.65 , saturation: 0.20 and the lightness value of 8186ab is 0.59.

The process color (four color CMYK) of #8186ab color hex is 0.25, 0.22, 0.00, 0.33. Web safe color of #8186ab is #999999. Color #8186ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000110 10101011
Octal 201 206 253
Decimal 129 134 171
Hex 81 86 AB

RGB Percentages of Color #8186ab

%29.72
%30.88
%39.40

CMYK Percentages of Color #8186ab

%25
%22
%0
%33

Triadic Colors of #8186ab

#8186ab #ab8186 #86ab81

Analogous Colors of #8186ab

#8186ab #9181ab #819bab

Monochromatic Colors of #8186ab

#8186ab

Complementary Color

#8186ab #aba681

#8186ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8186ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8186ab Color CSS Codes

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

#8186ab Text Font Color

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

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


#8186ab Background Color

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

This div background color is #8186ab


#8186ab Border Color

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

This div border color is #8186ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,134,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8186ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8186ab;
  -webkit-box-shadow: 1px 1px 3px 2px #8186ab;
  box-shadow:         1px 1px 3px 2px #8186ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8186ab

#8186ab Color Palettes


Comments

No comments written yet.

Please login to write comment.