Color Hex Logo

#875bad Color Hex

#875BAD
(135,91,173)
1 Favorites   0 Comments

Color spaces of #875bad

RGB 13591173
HSL0.760.330.52
HSV272°47°68°
CMYK 0.220.470.00   0.32
XYZ21.275615.650241.4346
Yxy15.65020.27150.1997
Hunter Lab39.560326.7670-34.4068
CIE-Lab46.512234.1389-37.1524

#875bad color RGB value is (135,91,173).

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

The process color (four color CMYK) of #875bad color hex is 0.22, 0.47, 0.00, 0.32. Web safe color of #875bad is #996699. Color #875bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011011 10101101
Octal 207 133 255
Decimal 135 91 173
Hex 87 5B AD

RGB Percentages of Color #875bad

%33.83
%22.81
%43.36

CMYK Percentages of Color #875bad

%22
%47
%0
%32

Triadic Colors of #875bad

#875bad #ad875b #5bad87

Analogous Colors of #875bad

#875bad #ad5baa #5e5bad

Monochromatic Colors of #875bad

#875bad

Complementary Color

#875bad #81ad5b

#875bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#875bad Color CSS Codes

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

#875bad Text Font Color

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

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


#875bad Background Color

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

This div background color is #875bad


#875bad Border Color

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

This div border color is #875bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875bad

#875bad Color Palettes


Comments

No comments written yet.

Please login to write comment.