Color spaces of #ab307e
RGB | 171 | 48 | 126 |
---|---|---|---|
HSL | 0.89 | 0.56 | 0.43 |
HSV | 322° | 72° | 67° |
CMYK | 0.00 | 0.72 | 0.26 0.33 |
XYZ | 21.6174 | 12.2782 | 20.9692 |
Yxy | 12.2782 | 0.3940 | 0.2238 |
Hunter Lab | 35.0403 | 48.8016 | -10.9528 |
CIE-Lab | 41.6549 | 56.6925 | -16.0920 |
#ab307e color RGB value is (171,48,126).
#ab307e hex color red value is 171, green value is 48 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ab307e hue: 0.89 , saturation: 0.56 and the lightness value of ab307e is 0.43.
The process color (four color CMYK) of #ab307e color hex is 0.00, 0.72, 0.26, 0.33. Web safe color of #ab307e is #993366. Color #ab307e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00110000 | 01111110 |
Octal | 253 | 60 | 176 |
Decimal | 171 | 48 | 126 |
Hex | AB | 30 | 7E |
Shades of #ab307e
Tints of #ab307e
RGB Percentages of Color #ab307e
CMYK Percentages of Color #ab307e
Complementary Color
#ab307e | #30ab5d |
#ab307e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab307e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab307e Color CSS Codes
.mybgcolor {background-color:#ab307e; } .myforecolor {color:#ab307e; } .mybordercolor {border:3px solid #ab307e; }
#ab307e Text Font Color
<p style="color:#ab307e">Text here</p>
This sample text font color is #ab307e
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.
#ab307e Background Color
<div style="background-color:#ab307e">
Div content here</div>
This div background color is #ab307e
#ab307e Border Color
<div style="border:3px solid #ab307e">
Div here</div>
This div border color is #ab307e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,48,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab307e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab307e; -webkit-box-shadow: 1px 1px 3px 2px #ab307e; box-shadow: 1px 1px 3px 2px #ab307e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,48,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab307e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab307e; -webkit-box-shadow: 1px 1px 3px 2px #ab307e; box-shadow: 1px 1px 3px 2px #ab307e;">
Div content here</div>
This div box has shadow with color #ab307e
Comments
No comments written yet.
Please login to write comment.