Color spaces of #ab44cc
RGB | 171 | 68 | 204 |
---|---|---|---|
HSL | 0.79 | 0.57 | 0.53 |
HSV | 285° | 67° | 80° |
CMYK | 0.16 | 0.67 | 0.00 0.20 |
XYZ | 29.7608 | 17.1518 | 58.8688 |
Yxy | 17.1518 | 0.2813 | 0.1621 |
Hunter Lab | 41.4147 | 55.7951 | -55.2872 |
CIE-Lab | 48.4507 | 61.7203 | -51.8095 |
#ab44cc color RGB value is (171,68,204).
#ab44cc hex color red value is 171, green value is 68 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ab44cc hue: 0.79 , saturation: 0.57 and the lightness value of ab44cc is 0.53.
The process color (four color CMYK) of #ab44cc color hex is 0.16, 0.67, 0.00, 0.20. Web safe color of #ab44cc is #9933cc. Color #ab44cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01000100 | 11001100 |
Octal | 253 | 104 | 314 |
Decimal | 171 | 68 | 204 |
Hex | AB | 44 | CC |
Shades of #ab44cc
Tints of #ab44cc
RGB Percentages of Color #ab44cc
CMYK Percentages of Color #ab44cc
Complementary Color
#ab44cc | #65cc44 |
#ab44cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab44cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab44cc Color CSS Codes
.mybgcolor {background-color:#ab44cc; } .myforecolor {color:#ab44cc; } .mybordercolor {border:3px solid #ab44cc; }
#ab44cc Text Font Color
<p style="color:#ab44cc">Text here</p>
This sample text font color is #ab44cc
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.
#ab44cc Background Color
<div style="background-color:#ab44cc">
Div content here</div>
This div background color is #ab44cc
#ab44cc Border Color
<div style="border:3px solid #ab44cc">
Div here</div>
This div border color is #ab44cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,68,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab44cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab44cc; -webkit-box-shadow: 1px 1px 3px 2px #ab44cc; box-shadow: 1px 1px 3px 2px #ab44cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,68,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab44cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab44cc; -webkit-box-shadow: 1px 1px 3px 2px #ab44cc; box-shadow: 1px 1px 3px 2px #ab44cc;">
Div content here</div>
This div box has shadow with color #ab44cc
Comments
No comments written yet.
Please login to write comment.