Color spaces of #c662af
RGB | 198 | 98 | 175 |
---|---|---|---|
HSL | 0.87 | 0.47 | 0.58 |
HSV | 314° | 51° | 78° |
CMYK | 0.00 | 0.51 | 0.12 0.22 |
XYZ | 35.3942 | 23.8363 | 43.2928 |
Yxy | 23.8363 | 0.3452 | 0.2325 |
Hunter Lab | 48.8224 | 43.9657 | -18.3991 |
CIE-Lab | 55.9235 | 49.7076 | -23.0609 |
#c662af color RGB value is (198,98,175).
#c662af hex color red value is 198, green value is 98 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c662af hue: 0.87 , saturation: 0.47 and the lightness value of c662af is 0.58.
The process color (four color CMYK) of #c662af color hex is 0.00, 0.51, 0.12, 0.22. Web safe color of #c662af is #cc6699. Color #c662af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 01100010 | 10101111 |
Octal | 306 | 142 | 257 |
Decimal | 198 | 98 | 175 |
Hex | C6 | 62 | AF |
Shades of #c662af
Tints of #c662af
RGB Percentages of Color #c662af
CMYK Percentages of Color #c662af
Complementary Color
#c662af | #62c679 |
#c662af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c662af Color Preview on White Background
Lorem ipsum dolor sit amet.
#c662af Color CSS Codes
.mybgcolor {background-color:#c662af; } .myforecolor {color:#c662af; } .mybordercolor {border:3px solid #c662af; }
#c662af Text Font Color
<p style="color:#c662af">Text here</p>
This sample text font color is #c662af
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.
#c662af Background Color
<div style="background-color:#c662af">
Div content here</div>
This div background color is #c662af
#c662af Border Color
<div style="border:3px solid #c662af">
Div here</div>
This div border color is #c662af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,98,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c662af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c662af; -webkit-box-shadow: 1px 1px 3px 2px #c662af; box-shadow: 1px 1px 3px 2px #c662af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,98,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c662af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c662af; -webkit-box-shadow: 1px 1px 3px 2px #c662af; box-shadow: 1px 1px 3px 2px #c662af;">
Div content here</div>
This div box has shadow with color #c662af
Comments
No comments written yet.
Please login to write comment.