Color spaces of #8713da
RGB | 135 | 19 | 218 |
---|---|---|---|
HSL | 0.76 | 0.84 | 0.46 |
HSV | 275° | 91° | 85° |
CMYK | 0.38 | 0.91 | 0.00 0.15 |
XYZ | 22.8794 | 10.6786 | 67.1850 |
Yxy | 10.6786 | 0.2271 | 0.1060 |
Hunter Lab | 32.6781 | 67.7890 | -99.0233 |
CIE-Lab | 39.0338 | 73.8176 | -75.3826 |
#8713da color RGB value is (135,19,218).
#8713da hex color red value is 135, green value is 19 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8713da hue: 0.76 , saturation: 0.84 and the lightness value of 8713da is 0.46.
The process color (four color CMYK) of #8713da color hex is 0.38, 0.91, 0.00, 0.15. Web safe color of #8713da is #9900cc. Color #8713da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 00010011 | 11011010 |
Octal | 207 | 23 | 332 |
Decimal | 135 | 19 | 218 |
Hex | 87 | 13 | DA |
Shades of #8713da
Tints of #8713da
RGB Percentages of Color #8713da
CMYK Percentages of Color #8713da
Complementary Color
#8713da | #66da13 |
#8713da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8713da Color Preview on White Background
Lorem ipsum dolor sit amet.
#8713da Color CSS Codes
.mybgcolor {background-color:#8713da; } .myforecolor {color:#8713da; } .mybordercolor {border:3px solid #8713da; }
#8713da Text Font Color
<p style="color:#8713da">Text here</p>
This sample text font color is #8713da
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.
#8713da Background Color
<div style="background-color:#8713da">
Div content here</div>
This div background color is #8713da
#8713da Border Color
<div style="border:3px solid #8713da">
Div here</div>
This div border color is #8713da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,19,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8713da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8713da; -webkit-box-shadow: 1px 1px 3px 2px #8713da; box-shadow: 1px 1px 3px 2px #8713da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,19,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8713da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8713da; -webkit-box-shadow: 1px 1px 3px 2px #8713da; box-shadow: 1px 1px 3px 2px #8713da;">
Div content here</div>
This div box has shadow with color #8713da
Comments
No comments written yet.
Please login to write comment.