Color spaces of #c207ab
RGB | 194 | 7 | 171 |
---|---|---|---|
HSL | 0.85 | 0.93 | 0.39 |
HSV | 307° | 96° | 76° |
CMYK | 0.00 | 0.96 | 0.12 0.24 |
XYZ | 29.6748 | 14.5616 | 39.7747 |
Yxy | 14.5616 | 0.3532 | 0.1733 |
Hunter Lab | 38.1597 | 72.0308 | -35.0876 |
CIE-Lab | 45.0278 | 76.1470 | -37.7499 |
#c207ab color RGB value is (194,7,171).
#c207ab hex color red value is 194, green value is 7 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c207ab hue: 0.85 , saturation: 0.93 and the lightness value of c207ab is 0.39.
The process color (four color CMYK) of #c207ab color hex is 0.00, 0.96, 0.12, 0.24. Web safe color of #c207ab is #cc0099. Color #c207ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00000111 | 10101011 |
Octal | 302 | 7 | 253 |
Decimal | 194 | 7 | 171 |
Hex | C2 | 7 | AB |
Shades of #c207ab
Tints of #c207ab
RGB Percentages of Color #c207ab
CMYK Percentages of Color #c207ab
Complementary Color
#c207ab | #07c21e |
#c207ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c207ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c207ab Color CSS Codes
.mybgcolor {background-color:#c207ab; } .myforecolor {color:#c207ab; } .mybordercolor {border:3px solid #c207ab; }
#c207ab Text Font Color
<p style="color:#c207ab">Text here</p>
This sample text font color is #c207ab
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.
#c207ab Background Color
<div style="background-color:#c207ab">
Div content here</div>
This div background color is #c207ab
#c207ab Border Color
<div style="border:3px solid #c207ab">
Div here</div>
This div border color is #c207ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,7,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c207ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c207ab; -webkit-box-shadow: 1px 1px 3px 2px #c207ab; box-shadow: 1px 1px 3px 2px #c207ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,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 #c207ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c207ab; -webkit-box-shadow: 1px 1px 3px 2px #c207ab; box-shadow: 1px 1px 3px 2px #c207ab;">
Div content here</div>
This div box has shadow with color #c207ab
Comments
No comments written yet.
Please login to write comment.