Color spaces of #c67aa2
RGB | 198 | 122 | 162 |
---|---|---|---|
HSL | 0.91 | 0.40 | 0.63 |
HSV | 328° | 38° | 78° |
CMYK | 0.00 | 0.38 | 0.18 0.22 |
XYZ | 36.7698 | 28.5335 | 37.7519 |
Yxy | 28.5335 | 0.3568 | 0.2769 |
Hunter Lab | 53.4168 | 29.3924 | -4.5110 |
CIE-Lab | 60.3677 | 35.1528 | -8.8359 |
#c67aa2 color RGB value is (198,122,162).
#c67aa2 hex color red value is 198, green value is 122 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #c67aa2 hue: 0.91 , saturation: 0.40 and the lightness value of c67aa2 is 0.63.
The process color (four color CMYK) of #c67aa2 color hex is 0.00, 0.38, 0.18, 0.22. Web safe color of #c67aa2 is #cc6699. Color #c67aa2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 01111010 | 10100010 |
Octal | 306 | 172 | 242 |
Decimal | 198 | 122 | 162 |
Hex | C6 | 7A | A2 |
Shades of #c67aa2
Tints of #c67aa2
RGB Percentages of Color #c67aa2
CMYK Percentages of Color #c67aa2
Complementary Color
#c67aa2 | #7ac69e |
#c67aa2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c67aa2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c67aa2 Color CSS Codes
.mybgcolor {background-color:#c67aa2; } .myforecolor {color:#c67aa2; } .mybordercolor {border:3px solid #c67aa2; }
#c67aa2 Text Font Color
<p style="color:#c67aa2">Text here</p>
This sample text font color is #c67aa2
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.
#c67aa2 Background Color
<div style="background-color:#c67aa2">
Div content here</div>
This div background color is #c67aa2
#c67aa2 Border Color
<div style="border:3px solid #c67aa2">
Div here</div>
This div border color is #c67aa2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,122,162, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c67aa2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c67aa2; -webkit-box-shadow: 1px 1px 3px 2px #c67aa2; box-shadow: 1px 1px 3px 2px #c67aa2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,122,162, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c67aa2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c67aa2; -webkit-box-shadow: 1px 1px 3px 2px #c67aa2; box-shadow: 1px 1px 3px 2px #c67aa2;">
Div content here</div>
This div box has shadow with color #c67aa2
Comments
No comments written yet.
Please login to write comment.