Color spaces of #875fbf
RGB | 135 | 95 | 191 |
---|---|---|---|
HSL | 0.74 | 0.43 | 0.56 |
HSV | 265° | 50° | 75° |
CMYK | 0.29 | 0.50 | 0.00 0.25 |
XYZ | 23.4879 | 17.0969 | 51.3523 |
Yxy | 17.0969 | 0.2555 | 0.1860 |
Hunter Lab | 41.3484 | 29.0370 | -44.6908 |
CIE-Lab | 48.3819 | 36.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 01011111 | 10111111 |
Octal | 207 | 137 | 277 |
Decimal | 135 | 95 | 191 |
Hex | 87 | 5F | BF |
Shades of #875fbf
Tints of #875fbf
RGB Percentages of Color #875fbf
CMYK Percentages of Color #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.