Color Hex Logo

#8786b0 Color Hex

#8786B0
(135,134,176)
0 Favorites   0 Comments

Color spaces of #8786b0

RGB 135134176
HSL0.670.210.61
HSV241°24°69°
CMYK 0.230.240.00   0.31
XYZ26.353225.335744.5756
Yxy25.33570.27380.2632
Hunter Lab50.33465.3700-17.2722
CIE-Lab57.40119.6542-21.9519

#8786b0 color RGB value is (135,134,176).

#8786b0 hex color red value is 135, green value is 134 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #8786b0 hue: 0.67 , saturation: 0.21 and the lightness value of 8786b0 is 0.61.

The process color (four color CMYK) of #8786b0 color hex is 0.23, 0.24, 0.00, 0.31. Web safe color of #8786b0 is #999999. Color #8786b0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000110 10110000
Octal 207 206 260
Decimal 135 134 176
Hex 87 86 B0

RGB Percentages of Color #8786b0

%30.34
%30.11
%39.55

CMYK Percentages of Color #8786b0

%23
%24
%0
%31

Triadic Colors of #8786b0

#8786b0 #b08786 #86b087

Analogous Colors of #8786b0

#8786b0 #9c86b0 #869ab0

Monochromatic Colors of #8786b0

#8786b0

Complementary Color

#8786b0 #afb086

#8786b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8786b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8786b0 Color CSS Codes

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

#8786b0 Text Font Color

<p style="color:#8786b0">Text here</p>

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


#8786b0 Background Color

<div style="background-color:#8786b0">
Div content here</div>

This div background color is #8786b0


#8786b0 Border Color

<div style="border:3px solid #8786b0">
Div here</div>

This div border color is #8786b0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,134,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8786b0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8786b0;
  -webkit-box-shadow: 1px 1px 3px 2px #8786b0;
  box-shadow:         1px 1px 3px 2px #8786b0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8786b0

#8786b0 Color Palettes


Comments

No comments written yet.

Please login to write comment.