Color Hex Logo

#8785ab Color Hex

#8785AB
(135,133,171)
0 Favorites   0 Comments

Color spaces of #8785ab

RGB 135133171
HSL0.680.180.60
HSV243°22°67°
CMYK 0.210.220.00   0.33
XYZ25.729924.866241.9716
Yxy24.86620.27800.2686
Hunter Lab49.86604.8370-14.9974
CIE-Lab56.94489.0297-19.7885

#8785ab color RGB value is (135,133,171).

#8785ab hex color red value is 135, green value is 133 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8785ab hue: 0.68 , saturation: 0.18 and the lightness value of 8785ab is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000101 10101011
Octal 207 205 253
Decimal 135 133 171
Hex 87 85 AB

RGB Percentages of Color #8785ab

%30.75
%30.30
%38.95

CMYK Percentages of Color #8785ab

%21
%22
%0
%33

Triadic Colors of #8785ab

#8785ab #ab8785 #85ab87

Analogous Colors of #8785ab

#8785ab #9a85ab #8596ab

Monochromatic Colors of #8785ab

#8785ab

Complementary Color

#8785ab #a9ab85

#8785ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8785ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8785ab Color CSS Codes

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

#8785ab Text Font Color

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

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


#8785ab Background Color

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

This div background color is #8785ab


#8785ab Border Color

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

This div border color is #8785ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,133,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 #8785ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8785ab


Comments

No comments written yet.

Please login to write comment.