Color spaces of #c607ab
RGB | 198 | 7 | 171 |
---|---|---|---|
HSL | 0.86 | 0.93 | 0.40 |
HSV | 308° | 96° | 78° |
CMYK | 0.00 | 0.96 | 0.14 0.22 |
XYZ | 30.7154 | 15.0980 | 39.8234 |
Yxy | 15.0980 | 0.3587 | 0.1763 |
Hunter Lab | 38.8561 | 73.1042 | -33.5666 |
CIE-Lab | 45.7681 | 76.8753 | -36.5318 |
#c607ab color RGB value is (198,7,171).
#c607ab hex color red value is 198, green value is 7 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c607ab hue: 0.86 , saturation: 0.93 and the lightness value of c607ab is 0.40.
The process color (four color CMYK) of #c607ab color hex is 0.00, 0.96, 0.14, 0.22. Web safe color of #c607ab is #cc0099. Color #c607ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 00000111 | 10101011 |
Octal | 306 | 7 | 253 |
Decimal | 198 | 7 | 171 |
Hex | C6 | 7 | AB |
Shades of #c607ab
Tints of #c607ab
RGB Percentages of Color #c607ab
CMYK Percentages of Color #c607ab
Complementary Color
#c607ab | #07c622 |
#c607ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c607ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c607ab Color CSS Codes
.mybgcolor {background-color:#c607ab; } .myforecolor {color:#c607ab; } .mybordercolor {border:3px solid #c607ab; }
#c607ab Text Font Color
<p style="color:#c607ab">Text here</p>
This sample text font color is #c607ab
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.
#c607ab Background Color
<div style="background-color:#c607ab">
Div content here</div>
This div background color is #c607ab
#c607ab Border Color
<div style="border:3px solid #c607ab">
Div here</div>
This div border color is #c607ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,7,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c607ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c607ab; -webkit-box-shadow: 1px 1px 3px 2px #c607ab; box-shadow: 1px 1px 3px 2px #c607ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,7,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c607ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c607ab; -webkit-box-shadow: 1px 1px 3px 2px #c607ab; box-shadow: 1px 1px 3px 2px #c607ab;">
Div content here</div>
This div box has shadow with color #c607ab
Comments
No comments written yet.
Please login to write comment.