Color Hex Logo

#875bab Color Hex

#875BAB
(135,91,171)
0 Favorites   0 Comments

Color spaces of #875bab

RGB 13591171
HSL0.760.320.51
HSV273°47°67°
CMYK 0.210.470.00   0.33
XYZ21.083415.573340.4228
Yxy15.57330.27350.2020
Hunter Lab39.463026.3046-33.1079
CIE-Lab46.409633.6640-36.1398

#875bab color RGB value is (135,91,171).

#875bab hex color red value is 135, green value is 91 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #875bab hue: 0.76 , saturation: 0.32 and the lightness value of 875bab is 0.51.

The process color (four color CMYK) of #875bab color hex is 0.21, 0.47, 0.00, 0.33. Web safe color of #875bab is #996699. Color #875bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011011 10101011
Octal 207 133 253
Decimal 135 91 171
Hex 87 5B AB

RGB Percentages of Color #875bab

%34.01
%22.92
%43.07

CMYK Percentages of Color #875bab

%21
%47
%0
%33

Triadic Colors of #875bab

#875bab #ab875b #5bab87

Analogous Colors of #875bab

#875bab #ab5ba7 #5f5bab

Monochromatic Colors of #875bab

#875bab

Complementary Color

#875bab #7fab5b

#875bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#875bab Color CSS Codes

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

#875bab Text Font Color

<p style="color:#875bab">Text here</p>

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


#875bab Background Color

<div style="background-color:#875bab">
Div content here</div>

This div background color is #875bab


#875bab Border Color

<div style="border:3px solid #875bab">
Div here</div>

This div border color is #875bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875bab


Comments

No comments written yet.

Please login to write comment.