Color spaces of #a45bcb
RGB | 164 | 91 | 203 |
---|---|---|---|
HSL | 0.78 | 0.52 | 0.58 |
HSV | 279° | 55° | 80° |
CMYK | 0.19 | 0.55 | 0.00 0.20 |
XYZ | 29.8304 | 19.6865 | 58.7275 |
Yxy | 19.6865 | 0.2756 | 0.1819 |
Hunter Lab | 44.3695 | 42.3622 | -47.4177 |
CIE-Lab | 51.4809 | 48.9238 | -46.4547 |
#a45bcb color RGB value is (164,91,203).
#a45bcb hex color red value is 164, green value is 91 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a45bcb hue: 0.78 , saturation: 0.52 and the lightness value of a45bcb is 0.58.
The process color (four color CMYK) of #a45bcb color hex is 0.19, 0.55, 0.00, 0.20. Web safe color of #a45bcb is #9966cc. Color #a45bcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01011011 | 11001011 |
Octal | 244 | 133 | 313 |
Decimal | 164 | 91 | 203 |
Hex | A4 | 5B | CB |
Shades of #a45bcb
Tints of #a45bcb
RGB Percentages of Color #a45bcb
CMYK Percentages of Color #a45bcb
Complementary Color
#a45bcb | #82cb5b |
#a45bcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a45bcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a45bcb Color CSS Codes
.mybgcolor {background-color:#a45bcb; } .myforecolor {color:#a45bcb; } .mybordercolor {border:3px solid #a45bcb; }
#a45bcb Text Font Color
<p style="color:#a45bcb">Text here</p>
This sample text font color is #a45bcb
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.
#a45bcb Background Color
<div style="background-color:#a45bcb">
Div content here</div>
This div background color is #a45bcb
#a45bcb Border Color
<div style="border:3px solid #a45bcb">
Div here</div>
This div border color is #a45bcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,91,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a45bcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a45bcb; -webkit-box-shadow: 1px 1px 3px 2px #a45bcb; box-shadow: 1px 1px 3px 2px #a45bcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,91,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 #a45bcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a45bcb; -webkit-box-shadow: 1px 1px 3px 2px #a45bcb; box-shadow: 1px 1px 3px 2px #a45bcb;">
Div content here</div>
This div box has shadow with color #a45bcb
Comments
No comments written yet.
Please login to write comment.