Color spaces of #813eca
RGB | 129 | 62 | 202 |
---|---|---|---|
HSL | 0.75 | 0.57 | 0.52 |
HSV | 269° | 69° | 79° |
CMYK | 0.36 | 0.69 | 0.00 0.21 |
XYZ | 21.4366 | 12.3766 | 57.1362 |
Yxy | 12.3766 | 0.2357 | 0.1361 |
Hunter Lab | 35.1804 | 47.2004 | -71.6662 |
CIE-Lab | 41.8085 | 55.1772 | -61.6473 |
#813eca color RGB value is (129,62,202).
#813eca hex color red value is 129, green value is 62 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #813eca hue: 0.75 , saturation: 0.57 and the lightness value of 813eca is 0.52.
The process color (four color CMYK) of #813eca color hex is 0.36, 0.69, 0.00, 0.21. Web safe color of #813eca is #9933cc. Color #813eca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 00111110 | 11001010 |
Octal | 201 | 76 | 312 |
Decimal | 129 | 62 | 202 |
Hex | 81 | 3E | CA |
Shades of #813eca
Tints of #813eca
RGB Percentages of Color #813eca
CMYK Percentages of Color #813eca
Complementary Color
#813eca | #87ca3e |
#813eca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#813eca Color Preview on White Background
Lorem ipsum dolor sit amet.
#813eca Color CSS Codes
.mybgcolor {background-color:#813eca; } .myforecolor {color:#813eca; } .mybordercolor {border:3px solid #813eca; }
#813eca Text Font Color
<p style="color:#813eca">Text here</p>
This sample text font color is #813eca
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.
#813eca Background Color
<div style="background-color:#813eca">
Div content here</div>
This div background color is #813eca
#813eca Border Color
<div style="border:3px solid #813eca">
Div here</div>
This div border color is #813eca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,62,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #813eca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #813eca; -webkit-box-shadow: 1px 1px 3px 2px #813eca; box-shadow: 1px 1px 3px 2px #813eca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,62,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 #813eca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #813eca; -webkit-box-shadow: 1px 1px 3px 2px #813eca; box-shadow: 1px 1px 3px 2px #813eca;">
Div content here</div>
This div box has shadow with color #813eca
Comments
No comments written yet.
Please login to write comment.