Color Hex Logo

#875fbd Color Hex

#875FBD
(135,95,189)
0 Favorites   0 Comments

Color spaces of #875fbd

RGB 13595189
HSL0.740.420.56
HSV266°50°74°
CMYK 0.290.500.00   0.26
XYZ23.269217.009450.2008
Yxy17.00940.25720.1880
Hunter Lab41.242528.5363-43.2988
CIE-Lab48.271935.7547-43.6930

#875fbd color RGB value is (135,95,189).

#875fbd hex color red value is 135, green value is 95 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #875fbd hue: 0.74 , saturation: 0.42 and the lightness value of 875fbd is 0.56.

The process color (four color CMYK) of #875fbd color hex is 0.29, 0.50, 0.00, 0.26. Web safe color of #875fbd is #9966cc. Color #875fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011111 10111101
Octal 207 137 275
Decimal 135 95 189
Hex 87 5F BD

RGB Percentages of Color #875fbd

%32.22
%22.67
%45.11

CMYK Percentages of Color #875fbd

%29
%50
%0
%26

Triadic Colors of #875fbd

#875fbd #bd875f #5fbd87

Analogous Colors of #875fbd

#875fbd #b65fbd #5f66bd

Monochromatic Colors of #875fbd

#875fbd

Complementary Color

#875fbd #95bd5f

#875fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#875fbd Color CSS Codes

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

#875fbd Text Font Color

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

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


#875fbd Background Color

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

This div background color is #875fbd


#875fbd Border Color

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

This div border color is #875fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875fbd


Comments

No comments written yet.

Please login to write comment.