Color spaces of #8750cb
RGB | 135 | 80 | 203 |
---|---|---|---|
HSL | 0.74 | 0.54 | 0.55 |
HSV | 267° | 61° | 80° |
CMYK | 0.33 | 0.61 | 0.00 0.20 |
XYZ | 23.6398 | 15.2000 | 58.1879 |
Yxy | 15.2000 | 0.2436 | 0.1567 |
Hunter Lab | 38.9872 | 40.0056 | -61.1986 |
CIE-Lab | 45.9069 | 47.6003 | -55.5648 |
#8750cb color RGB value is (135,80,203).
#8750cb hex color red value is 135, green value is 80 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8750cb hue: 0.74 , saturation: 0.54 and the lightness value of 8750cb is 0.55.
The process color (four color CMYK) of #8750cb color hex is 0.33, 0.61, 0.00, 0.20. Web safe color of #8750cb is #9966cc. Color #8750cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 01010000 | 11001011 |
Octal | 207 | 120 | 313 |
Decimal | 135 | 80 | 203 |
Hex | 87 | 50 | CB |
Shades of #8750cb
Tints of #8750cb
RGB Percentages of Color #8750cb
CMYK Percentages of Color #8750cb
Complementary Color
#8750cb | #94cb50 |
#8750cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8750cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8750cb Color CSS Codes
.mybgcolor {background-color:#8750cb; } .myforecolor {color:#8750cb; } .mybordercolor {border:3px solid #8750cb; }
#8750cb Text Font Color
<p style="color:#8750cb">Text here</p>
This sample text font color is #8750cb
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.
#8750cb Background Color
<div style="background-color:#8750cb">
Div content here</div>
This div background color is #8750cb
#8750cb Border Color
<div style="border:3px solid #8750cb">
Div here</div>
This div border color is #8750cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,80,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8750cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8750cb; -webkit-box-shadow: 1px 1px 3px 2px #8750cb; box-shadow: 1px 1px 3px 2px #8750cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,80,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8750cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8750cb; -webkit-box-shadow: 1px 1px 3px 2px #8750cb; box-shadow: 1px 1px 3px 2px #8750cb;">
Div content here</div>
This div box has shadow with color #8750cb
Comments
No comments written yet.
Please login to write comment.