Color spaces of #ab4bbb
RGB | 171 | 75 | 187 |
---|---|---|---|
HSL | 0.81 | 0.45 | 0.51 |
HSV | 291° | 60° | 73° |
CMYK | 0.09 | 0.60 | 0.00 0.27 |
XYZ | 28.2803 | 17.2779 | 48.8581 |
Yxy | 17.2779 | 0.2995 | 0.1830 |
Hunter Lab | 41.5667 | 48.7025 | -40.5936 |
CIE-Lab | 48.6083 | 55.3151 | -41.7229 |
#ab4bbb color RGB value is (171,75,187).
#ab4bbb hex color red value is 171, green value is 75 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ab4bbb hue: 0.81 , saturation: 0.45 and the lightness value of ab4bbb is 0.51.
The process color (four color CMYK) of #ab4bbb color hex is 0.09, 0.60, 0.00, 0.27. Web safe color of #ab4bbb is #9933cc. Color #ab4bbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01001011 | 10111011 |
Octal | 253 | 113 | 273 |
Decimal | 171 | 75 | 187 |
Hex | AB | 4B | BB |
Shades of #ab4bbb
Tints of #ab4bbb
RGB Percentages of Color #ab4bbb
CMYK Percentages of Color #ab4bbb
Complementary Color
#ab4bbb | #5bbb4b |
#ab4bbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab4bbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab4bbb Color CSS Codes
.mybgcolor {background-color:#ab4bbb; } .myforecolor {color:#ab4bbb; } .mybordercolor {border:3px solid #ab4bbb; }
#ab4bbb Text Font Color
<p style="color:#ab4bbb">Text here</p>
This sample text font color is #ab4bbb
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.
#ab4bbb Background Color
<div style="background-color:#ab4bbb">
Div content here</div>
This div background color is #ab4bbb
#ab4bbb Border Color
<div style="border:3px solid #ab4bbb">
Div here</div>
This div border color is #ab4bbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,75,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab4bbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab4bbb; -webkit-box-shadow: 1px 1px 3px 2px #ab4bbb; box-shadow: 1px 1px 3px 2px #ab4bbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,75,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab4bbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab4bbb; -webkit-box-shadow: 1px 1px 3px 2px #ab4bbb; box-shadow: 1px 1px 3px 2px #ab4bbb;">
Div content here</div>
This div box has shadow with color #ab4bbb
Comments
No comments written yet.
Please login to write comment.