Color spaces of #ab45da
RGB | 171 | 69 | 218 |
---|---|---|---|
HSL | 0.78 | 0.67 | 0.56 |
HSV | 281° | 68° | 85° |
CMYK | 0.22 | 0.68 | 0.00 0.15 |
XYZ | 31.5776 | 17.9761 | 68.1351 |
Yxy | 17.9761 | 0.2683 | 0.1527 |
Hunter Lab | 42.3982 | 58.7474 | -65.6019 |
CIE-Lab | 49.4671 | 64.1124 | -58.1930 |
#ab45da color RGB value is (171,69,218).
#ab45da hex color red value is 171, green value is 69 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ab45da hue: 0.78 , saturation: 0.67 and the lightness value of ab45da is 0.56.
The process color (four color CMYK) of #ab45da color hex is 0.22, 0.68, 0.00, 0.15. Web safe color of #ab45da is #9933cc. Color #ab45da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01000101 | 11011010 |
Octal | 253 | 105 | 332 |
Decimal | 171 | 69 | 218 |
Hex | AB | 45 | DA |
Shades of #ab45da
Tints of #ab45da
RGB Percentages of Color #ab45da
CMYK Percentages of Color #ab45da
Complementary Color
#ab45da | #74da45 |
#ab45da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab45da Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab45da Color CSS Codes
.mybgcolor {background-color:#ab45da; } .myforecolor {color:#ab45da; } .mybordercolor {border:3px solid #ab45da; }
#ab45da Text Font Color
<p style="color:#ab45da">Text here</p>
This sample text font color is #ab45da
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.
#ab45da Background Color
<div style="background-color:#ab45da">
Div content here</div>
This div background color is #ab45da
#ab45da Border Color
<div style="border:3px solid #ab45da">
Div here</div>
This div border color is #ab45da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,69,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab45da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab45da; -webkit-box-shadow: 1px 1px 3px 2px #ab45da; box-shadow: 1px 1px 3px 2px #ab45da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,69,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 #ab45da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab45da; -webkit-box-shadow: 1px 1px 3px 2px #ab45da; box-shadow: 1px 1px 3px 2px #ab45da;">
Div content here</div>
This div box has shadow with color #ab45da
Comments
No comments written yet.
Please login to write comment.