Color spaces of #c970bf
RGB | 201 | 112 | 191 |
---|---|---|---|
HSL | 0.85 | 0.45 | 0.61 |
HSV | 307° | 44° | 79° |
CMYK | 0.00 | 0.44 | 0.05 0.21 |
XYZ | 39.2855 | 27.7674 | 52.5793 |
Yxy | 27.7674 | 0.3284 | 0.2321 |
Hunter Lab | 52.6948 | 40.8611 | -22.2737 |
CIE-Lab | 59.6780 | 46.2516 | -26.4298 |
#c970bf color RGB value is (201,112,191).
#c970bf hex color red value is 201, green value is 112 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c970bf hue: 0.85 , saturation: 0.45 and the lightness value of c970bf is 0.61.
The process color (four color CMYK) of #c970bf color hex is 0.00, 0.44, 0.05, 0.21. Web safe color of #c970bf is #cc66cc. Color #c970bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01110000 | 10111111 |
Octal | 311 | 160 | 277 |
Decimal | 201 | 112 | 191 |
Hex | C9 | 70 | BF |
Shades of #c970bf
Tints of #c970bf
RGB Percentages of Color #c970bf
CMYK Percentages of Color #c970bf
Complementary Color
#c970bf | #70c97a |
#c970bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c970bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c970bf Color CSS Codes
.mybgcolor {background-color:#c970bf; } .myforecolor {color:#c970bf; } .mybordercolor {border:3px solid #c970bf; }
#c970bf Text Font Color
<p style="color:#c970bf">Text here</p>
This sample text font color is #c970bf
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.
#c970bf Background Color
<div style="background-color:#c970bf">
Div content here</div>
This div background color is #c970bf
#c970bf Border Color
<div style="border:3px solid #c970bf">
Div here</div>
This div border color is #c970bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,112,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c970bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c970bf; -webkit-box-shadow: 1px 1px 3px 2px #c970bf; box-shadow: 1px 1px 3px 2px #c970bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,112,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 #c970bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c970bf; -webkit-box-shadow: 1px 1px 3px 2px #c970bf; box-shadow: 1px 1px 3px 2px #c970bf;">
Div content here</div>
This div box has shadow with color #c970bf
Comments
No comments written yet.
Please login to write comment.