Color spaces of #a85fcb
RGB | 168 | 95 | 203 |
---|---|---|---|
HSL | 0.78 | 0.51 | 0.58 |
HSV | 281° | 53° | 80° |
CMYK | 0.17 | 0.53 | 0.00 0.20 |
XYZ | 31.0202 | 20.8210 | 58.8838 |
Yxy | 20.8210 | 0.2802 | 0.1880 |
Hunter Lab | 45.6300 | 41.4953 | -44.5704 |
CIE-Lab | 52.7530 | 47.8992 | -44.4056 |
#a85fcb color RGB value is (168,95,203).
#a85fcb hex color red value is 168, green value is 95 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a85fcb hue: 0.78 , saturation: 0.51 and the lightness value of a85fcb is 0.58.
The process color (four color CMYK) of #a85fcb color hex is 0.17, 0.53, 0.00, 0.20. Web safe color of #a85fcb is #9966cc. Color #a85fcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01011111 | 11001011 |
Octal | 250 | 137 | 313 |
Decimal | 168 | 95 | 203 |
Hex | A8 | 5F | CB |
Shades of #a85fcb
Tints of #a85fcb
RGB Percentages of Color #a85fcb
CMYK Percentages of Color #a85fcb
Complementary Color
#a85fcb | #82cb5f |
#a85fcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a85fcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a85fcb Color CSS Codes
.mybgcolor {background-color:#a85fcb; } .myforecolor {color:#a85fcb; } .mybordercolor {border:3px solid #a85fcb; }
#a85fcb Text Font Color
<p style="color:#a85fcb">Text here</p>
This sample text font color is #a85fcb
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.
#a85fcb Background Color
<div style="background-color:#a85fcb">
Div content here</div>
This div background color is #a85fcb
#a85fcb Border Color
<div style="border:3px solid #a85fcb">
Div here</div>
This div border color is #a85fcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,95,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a85fcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a85fcb; -webkit-box-shadow: 1px 1px 3px 2px #a85fcb; box-shadow: 1px 1px 3px 2px #a85fcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,95,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a85fcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a85fcb; -webkit-box-shadow: 1px 1px 3px 2px #a85fcb; box-shadow: 1px 1px 3px 2px #a85fcb;">
Div content here</div>
This div box has shadow with color #a85fcb
Comments
No comments written yet.
Please login to write comment.