Color spaces of #c306ab
RGB | 195 | 6 | 171 |
---|---|---|---|
HSL | 0.85 | 0.94 | 0.39 |
HSV | 308° | 97° | 76° |
CMYK | 0.00 | 0.97 | 0.12 0.24 |
XYZ | 29.9215 | 14.6726 | 39.7831 |
Yxy | 14.6726 | 0.3546 | 0.1739 |
Hunter Lab | 38.3048 | 72.4003 | -34.7648 |
CIE-Lab | 45.1825 | 76.4177 | -37.4933 |
#c306ab color RGB value is (195,6,171).
#c306ab hex color red value is 195, green value is 6 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c306ab hue: 0.85 , saturation: 0.94 and the lightness value of c306ab is 0.39.
The process color (four color CMYK) of #c306ab color hex is 0.00, 0.97, 0.12, 0.24. Web safe color of #c306ab is #cc0099. Color #c306ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 00000110 | 10101011 |
Octal | 303 | 6 | 253 |
Decimal | 195 | 6 | 171 |
Hex | C3 | 6 | AB |
Shades of #c306ab
Tints of #c306ab
RGB Percentages of Color #c306ab
CMYK Percentages of Color #c306ab
Complementary Color
#c306ab | #06c31e |
#c306ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c306ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c306ab Color CSS Codes
.mybgcolor {background-color:#c306ab; } .myforecolor {color:#c306ab; } .mybordercolor {border:3px solid #c306ab; }
#c306ab Text Font Color
<p style="color:#c306ab">Text here</p>
This sample text font color is #c306ab
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.
#c306ab Background Color
<div style="background-color:#c306ab">
Div content here</div>
This div background color is #c306ab
#c306ab Border Color
<div style="border:3px solid #c306ab">
Div here</div>
This div border color is #c306ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,6,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c306ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c306ab; -webkit-box-shadow: 1px 1px 3px 2px #c306ab; box-shadow: 1px 1px 3px 2px #c306ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,6,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 #c306ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c306ab; -webkit-box-shadow: 1px 1px 3px 2px #c306ab; box-shadow: 1px 1px 3px 2px #c306ab;">
Div content here</div>
This div box has shadow with color #c306ab
Comments
No comments written yet.
Please login to write comment.