Color Hex Logo

#875fab Color Hex

#875FAB
(135,95,171)
0 Favorites   0 Comments

Color spaces of #875fab

RGB 13595171
HSL0.750.310.52
HSV272°44°67°
CMYK 0.210.440.00   0.33
XYZ21.434616.275640.5399
Yxy16.27560.27390.2080
Hunter Lab40.343024.2383-31.3392
CIE-Lab47.334031.3509-34.6847

#875fab color RGB value is (135,95,171).

#875fab hex color red value is 135, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #875fab hue: 0.75 , saturation: 0.31 and the lightness value of 875fab is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011111 10101011
Octal 207 137 253
Decimal 135 95 171
Hex 87 5F AB

RGB Percentages of Color #875fab

%33.67
%23.69
%42.64

CMYK Percentages of Color #875fab

%21
%44
%0
%33

Triadic Colors of #875fab

#875fab #ab875f #5fab87

Analogous Colors of #875fab

#875fab #ab5fa9 #615fab

Monochromatic Colors of #875fab

#875fab

Complementary Color

#875fab #83ab5f

#875fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#875fab Color CSS Codes

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

#875fab Text Font Color

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

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


#875fab Background Color

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

This div background color is #875fab


#875fab Border Color

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

This div border color is #875fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875fab


Comments

No comments written yet.

Please login to write comment.