Color spaces of #ab73ce
RGB | 171 | 115 | 206 |
---|---|---|---|
HSL | 0.77 | 0.48 | 0.63 |
HSV | 277° | 44° | 81° |
CMYK | 0.17 | 0.44 | 0.00 0.19 |
XYZ | 34.0659 | 25.3756 | 61.4950 |
Yxy | 25.3756 | 0.2817 | 0.2098 |
Hunter Lab | 50.3742 | 32.5570 | -37.1171 |
CIE-Lab | 57.4396 | 38.6154 | -38.6992 |
#ab73ce color RGB value is (171,115,206).
#ab73ce hex color red value is 171, green value is 115 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ab73ce hue: 0.77 , saturation: 0.48 and the lightness value of ab73ce is 0.63.
The process color (four color CMYK) of #ab73ce color hex is 0.17, 0.44, 0.00, 0.19. Web safe color of #ab73ce is #9966cc. Color #ab73ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01110011 | 11001110 |
Octal | 253 | 163 | 316 |
Decimal | 171 | 115 | 206 |
Hex | AB | 73 | CE |
Shades of #ab73ce
Tints of #ab73ce
RGB Percentages of Color #ab73ce
CMYK Percentages of Color #ab73ce
Complementary Color
#ab73ce | #96ce73 |
#ab73ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab73ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab73ce Color CSS Codes
.mybgcolor {background-color:#ab73ce; } .myforecolor {color:#ab73ce; } .mybordercolor {border:3px solid #ab73ce; }
#ab73ce Text Font Color
<p style="color:#ab73ce">Text here</p>
This sample text font color is #ab73ce
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.
#ab73ce Background Color
<div style="background-color:#ab73ce">
Div content here</div>
This div background color is #ab73ce
#ab73ce Border Color
<div style="border:3px solid #ab73ce">
Div here</div>
This div border color is #ab73ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,115,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab73ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab73ce; -webkit-box-shadow: 1px 1px 3px 2px #ab73ce; box-shadow: 1px 1px 3px 2px #ab73ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,115,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab73ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab73ce; -webkit-box-shadow: 1px 1px 3px 2px #ab73ce; box-shadow: 1px 1px 3px 2px #ab73ce;">
Div content here</div>
This div box has shadow with color #ab73ce
Comments
No comments written yet.
Please login to write comment.