Color spaces of #c209bf
RGB | 194 | 9 | 191 |
---|---|---|---|
HSL | 0.84 | 0.91 | 0.40 |
HSV | 301° | 95° | 76° |
CMYK | 0.00 | 0.95 | 0.02 0.24 |
XYZ | 31.7498 | 15.4263 | 50.5944 |
Yxy | 15.4263 | 0.3247 | 0.1578 |
Hunter Lab | 39.2763 | 75.5604 | -48.8819 |
CIE-Lab | 46.2126 | 78.7686 | -47.6461 |
#c209bf color RGB value is (194,9,191).
#c209bf hex color red value is 194, green value is 9 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c209bf hue: 0.84 , saturation: 0.91 and the lightness value of c209bf is 0.40.
The process color (four color CMYK) of #c209bf color hex is 0.00, 0.95, 0.02, 0.24. Web safe color of #c209bf is #cc00cc. Color #c209bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00001001 | 10111111 |
Octal | 302 | 11 | 277 |
Decimal | 194 | 9 | 191 |
Hex | C2 | 9 | BF |
Shades of #c209bf
Tints of #c209bf
RGB Percentages of Color #c209bf
CMYK Percentages of Color #c209bf
Complementary Color
#c209bf | #09c20c |
#c209bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c209bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c209bf Color CSS Codes
.mybgcolor {background-color:#c209bf; } .myforecolor {color:#c209bf; } .mybordercolor {border:3px solid #c209bf; }
#c209bf Text Font Color
<p style="color:#c209bf">Text here</p>
This sample text font color is #c209bf
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.
#c209bf Background Color
<div style="background-color:#c209bf">
Div content here</div>
This div background color is #c209bf
#c209bf Border Color
<div style="border:3px solid #c209bf">
Div here</div>
This div border color is #c209bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,9,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c209bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c209bf; -webkit-box-shadow: 1px 1px 3px 2px #c209bf; box-shadow: 1px 1px 3px 2px #c209bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,9,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c209bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c209bf; -webkit-box-shadow: 1px 1px 3px 2px #c209bf; box-shadow: 1px 1px 3px 2px #c209bf;">
Div content here</div>
This div box has shadow with color #c209bf
Comments
No comments written yet.
Please login to write comment.