Color spaces of #a782cc
RGB | 167 | 130 | 204 |
---|---|---|---|
HSL | 0.75 | 0.42 | 0.65 |
HSV | 270° | 36° | 80° |
CMYK | 0.18 | 0.36 | 0.00 0.20 |
XYZ | 34.8181 | 28.5404 | 60.8005 |
Yxy | 28.5404 | 0.2804 | 0.2299 |
Hunter Lab | 53.4232 | 22.8451 | -30.0812 |
CIE-Lab | 60.3738 | 28.5627 | -33.0154 |
#a782cc color RGB value is (167,130,204).
#a782cc hex color red value is 167, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a782cc hue: 0.75 , saturation: 0.42 and the lightness value of a782cc is 0.65.
The process color (four color CMYK) of #a782cc color hex is 0.18, 0.36, 0.00, 0.20. Web safe color of #a782cc is #9999cc. Color #a782cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 10000010 | 11001100 |
Octal | 247 | 202 | 314 |
Decimal | 167 | 130 | 204 |
Hex | A7 | 82 | CC |
Shades of #a782cc
Tints of #a782cc
RGB Percentages of Color #a782cc
CMYK Percentages of Color #a782cc
Complementary Color
#a782cc | #a7cc82 |
#a782cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a782cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a782cc Color CSS Codes
.mybgcolor {background-color:#a782cc; } .myforecolor {color:#a782cc; } .mybordercolor {border:3px solid #a782cc; }
#a782cc Text Font Color
<p style="color:#a782cc">Text here</p>
This sample text font color is #a782cc
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.
#a782cc Background Color
<div style="background-color:#a782cc">
Div content here</div>
This div background color is #a782cc
#a782cc Border Color
<div style="border:3px solid #a782cc">
Div here</div>
This div border color is #a782cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,130,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a782cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a782cc; -webkit-box-shadow: 1px 1px 3px 2px #a782cc; box-shadow: 1px 1px 3px 2px #a782cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,130,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a782cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a782cc; -webkit-box-shadow: 1px 1px 3px 2px #a782cc; box-shadow: 1px 1px 3px 2px #a782cc;">
Div content here</div>
This div box has shadow with color #a782cc
Comments
No comments written yet.
Please login to write comment.