Color spaces of #870dca
RGB | 135 | 13 | 202 |
---|---|---|---|
HSL | 0.77 | 0.88 | 0.42 |
HSV | 279° | 94° | 79° |
CMYK | 0.33 | 0.94 | 0.00 0.21 |
XYZ | 20.7963 | 9.7030 | 56.6539 |
Yxy | 9.7030 | 0.2386 | 0.1113 |
Hunter Lab | 31.1496 | 64.6593 | -86.0299 |
CIE-Lab | 37.3040 | 71.5321 | -68.9584 |
#870dca color RGB value is (135,13,202).
#870dca hex color red value is 135, green value is 13 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #870dca hue: 0.77 , saturation: 0.88 and the lightness value of 870dca is 0.42.
The process color (four color CMYK) of #870dca color hex is 0.33, 0.94, 0.00, 0.21. Web safe color of #870dca is #9900cc. Color #870dca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 00001101 | 11001010 |
Octal | 207 | 15 | 312 |
Decimal | 135 | 13 | 202 |
Hex | 87 | D | CA |
Shades of #870dca
Tints of #870dca
RGB Percentages of Color #870dca
CMYK Percentages of Color #870dca
Complementary Color
#870dca | #50ca0d |
#870dca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#870dca Color Preview on White Background
Lorem ipsum dolor sit amet.
#870dca Color CSS Codes
.mybgcolor {background-color:#870dca; } .myforecolor {color:#870dca; } .mybordercolor {border:3px solid #870dca; }
#870dca Text Font Color
<p style="color:#870dca">Text here</p>
This sample text font color is #870dca
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.
#870dca Background Color
<div style="background-color:#870dca">
Div content here</div>
This div background color is #870dca
#870dca Border Color
<div style="border:3px solid #870dca">
Div here</div>
This div border color is #870dca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,13,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #870dca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #870dca; -webkit-box-shadow: 1px 1px 3px 2px #870dca; box-shadow: 1px 1px 3px 2px #870dca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,13,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #870dca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #870dca; -webkit-box-shadow: 1px 1px 3px 2px #870dca; box-shadow: 1px 1px 3px 2px #870dca;">
Div content here</div>
This div box has shadow with color #870dca
Comments
No comments written yet.
Please login to write comment.