Color Hex Logo

#875fbf Color Hex

#875FBF
(135,95,191)
0 Favorites   0 Comments

Color spaces of #875fbf

RGB 13595191
HSL0.740.430.56
HSV265°50°75°
CMYK 0.290.500.00   0.25
XYZ23.487917.096951.3523
Yxy17.09690.25550.1860
Hunter Lab41.348429.0370-44.6908
CIE-Lab48.381936.2574-44.6757

#875fbf color RGB value is (135,95,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011111 10111111
Octal 207 137 277
Decimal 135 95 191
Hex 87 5F BF

RGB Percentages of Color #875fbf

%32.07
%22.57
%45.37

CMYK Percentages of Color #875fbf

%29
%50
%0
%25

Triadic Colors of #875fbf

#875fbf #bf875f #5fbf87

Analogous Colors of #875fbf

#875fbf #b75fbf #5f67bf

Monochromatic Colors of #875fbf

#875fbf

Complementary Color

#875fbf #97bf5f

#875fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#875fbf Color CSS Codes

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

#875fbf Text Font Color

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

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


#875fbf Background Color

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

This div background color is #875fbf


#875fbf Border Color

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

This div border color is #875fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875fbf


Comments

No comments written yet.

Please login to write comment.