Color spaces of #913aca
RGB | 145 | 58 | 202 |
---|---|---|---|
HSL | 0.77 | 0.58 | 0.51 |
HSV | 276° | 71° | 79° |
CMYK | 0.28 | 0.71 | 0.00 0.21 |
XYZ | 23.8508 | 13.3101 | 57.1891 |
Yxy | 13.3101 | 0.2528 | 0.1411 |
Hunter Lab | 36.4830 | 52.8493 | -67.4022 |
CIE-Lab | 43.2268 | 60.0852 | -59.2517 |
#913aca color RGB value is (145,58,202).
#913aca hex color red value is 145, green value is 58 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #913aca hue: 0.77 , saturation: 0.58 and the lightness value of 913aca is 0.51.
The process color (four color CMYK) of #913aca color hex is 0.28, 0.71, 0.00, 0.21. Web safe color of #913aca is #9933cc. Color #913aca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 00111010 | 11001010 |
Octal | 221 | 72 | 312 |
Decimal | 145 | 58 | 202 |
Hex | 91 | 3A | CA |
Shades of #913aca
Tints of #913aca
RGB Percentages of Color #913aca
CMYK Percentages of Color #913aca
Complementary Color
#913aca | #73ca3a |
#913aca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#913aca Color Preview on White Background
Lorem ipsum dolor sit amet.
#913aca Color CSS Codes
.mybgcolor {background-color:#913aca; } .myforecolor {color:#913aca; } .mybordercolor {border:3px solid #913aca; }
#913aca Text Font Color
<p style="color:#913aca">Text here</p>
This sample text font color is #913aca
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.
#913aca Background Color
<div style="background-color:#913aca">
Div content here</div>
This div background color is #913aca
#913aca Border Color
<div style="border:3px solid #913aca">
Div here</div>
This div border color is #913aca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,58,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #913aca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #913aca; -webkit-box-shadow: 1px 1px 3px 2px #913aca; box-shadow: 1px 1px 3px 2px #913aca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,58,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 #913aca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #913aca; -webkit-box-shadow: 1px 1px 3px 2px #913aca; box-shadow: 1px 1px 3px 2px #913aca;">
Div content here</div>
This div box has shadow with color #913aca
Comments
No comments written yet.
Please login to write comment.