Color spaces of #c965ba
RGB | 201 | 101 | 186 |
---|---|---|---|
HSL | 0.86 | 0.48 | 0.59 |
HSV | 309° | 50° | 79° |
CMYK | 0.00 | 0.50 | 0.07 0.21 |
XYZ | 37.6040 | 25.2700 | 49.3500 |
Yxy | 25.2700 | 0.3351 | 0.2252 |
Hunter Lab | 50.2693 | 45.5559 | -23.0173 |
CIE-Lab | 57.3376 | 50.9483 | -27.1846 |
#c965ba color RGB value is (201,101,186).
#c965ba hex color red value is 201, green value is 101 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c965ba hue: 0.86 , saturation: 0.48 and the lightness value of c965ba is 0.59.
The process color (four color CMYK) of #c965ba color hex is 0.00, 0.50, 0.07, 0.21. Web safe color of #c965ba is #cc66cc. Color #c965ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01100101 | 10111010 |
Octal | 311 | 145 | 272 |
Decimal | 201 | 101 | 186 |
Hex | C9 | 65 | BA |
Shades of #c965ba
Tints of #c965ba
RGB Percentages of Color #c965ba
CMYK Percentages of Color #c965ba
Complementary Color
#c965ba | #65c974 |
#c965ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c965ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#c965ba Color CSS Codes
.mybgcolor {background-color:#c965ba; } .myforecolor {color:#c965ba; } .mybordercolor {border:3px solid #c965ba; }
#c965ba Text Font Color
<p style="color:#c965ba">Text here</p>
This sample text font color is #c965ba
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.
#c965ba Background Color
<div style="background-color:#c965ba">
Div content here</div>
This div background color is #c965ba
#c965ba Border Color
<div style="border:3px solid #c965ba">
Div here</div>
This div border color is #c965ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,101,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c965ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c965ba; -webkit-box-shadow: 1px 1px 3px 2px #c965ba; box-shadow: 1px 1px 3px 2px #c965ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,101,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c965ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c965ba; -webkit-box-shadow: 1px 1px 3px 2px #c965ba; box-shadow: 1px 1px 3px 2px #c965ba;">
Div content here</div>
This div box has shadow with color #c965ba
Comments
No comments written yet.
Please login to write comment.