Color spaces of #ab85cd
RGB | 171 | 133 | 205 |
---|---|---|---|
HSL | 0.75 | 0.42 | 0.66 |
HSV | 272° | 35° | 80° |
CMYK | 0.17 | 0.35 | 0.00 0.20 |
XYZ | 36.2016 | 29.8408 | 61.6094 |
Yxy | 29.8408 | 0.2836 | 0.2338 |
Hunter Lab | 54.6267 | 22.6967 | -28.6300 |
CIE-Lab | 61.5166 | 28.3141 | -31.7723 |
#ab85cd color RGB value is (171,133,205).
#ab85cd hex color red value is 171, green value is 133 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ab85cd hue: 0.75 , saturation: 0.42 and the lightness value of ab85cd is 0.66.
The process color (four color CMYK) of #ab85cd color hex is 0.17, 0.35, 0.00, 0.20. Web safe color of #ab85cd is #9999cc. Color #ab85cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10000101 | 11001101 |
Octal | 253 | 205 | 315 |
Decimal | 171 | 133 | 205 |
Hex | AB | 85 | CD |
Shades of #ab85cd
Tints of #ab85cd
RGB Percentages of Color #ab85cd
CMYK Percentages of Color #ab85cd
Complementary Color
#ab85cd | #a7cd85 |
#ab85cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab85cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab85cd Color CSS Codes
.mybgcolor {background-color:#ab85cd; } .myforecolor {color:#ab85cd; } .mybordercolor {border:3px solid #ab85cd; }
#ab85cd Text Font Color
<p style="color:#ab85cd">Text here</p>
This sample text font color is #ab85cd
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.
#ab85cd Background Color
<div style="background-color:#ab85cd">
Div content here</div>
This div background color is #ab85cd
#ab85cd Border Color
<div style="border:3px solid #ab85cd">
Div here</div>
This div border color is #ab85cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,133,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab85cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab85cd; -webkit-box-shadow: 1px 1px 3px 2px #ab85cd; box-shadow: 1px 1px 3px 2px #ab85cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,133,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab85cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab85cd; -webkit-box-shadow: 1px 1px 3px 2px #ab85cd; box-shadow: 1px 1px 3px 2px #ab85cd;">
Div content here</div>
This div box has shadow with color #ab85cd
Comments
No comments written yet.
Please login to write comment.