Color spaces of #c190ba
RGB | 193 | 144 | 186 |
---|---|---|---|
HSL | 0.86 | 0.28 | 0.66 |
HSV | 309° | 25° | 76° |
CMYK | 0.00 | 0.25 | 0.04 0.24 |
XYZ | 40.8285 | 34.8291 | 51.0252 |
Yxy | 34.8291 | 0.3223 | 0.2749 |
Hunter Lab | 59.0162 | 20.2113 | -9.9506 |
CIE-Lab | 65.6154 | 25.4732 | -14.6315 |
#c190ba color RGB value is (193,144,186).
#c190ba hex color red value is 193, green value is 144 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c190ba hue: 0.86 , saturation: 0.28 and the lightness value of c190ba is 0.66.
The process color (four color CMYK) of #c190ba color hex is 0.00, 0.25, 0.04, 0.24. Web safe color of #c190ba is #cc99cc. Color #c190ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10010000 | 10111010 |
Octal | 301 | 220 | 272 |
Decimal | 193 | 144 | 186 |
Hex | C1 | 90 | BA |
Shades of #c190ba
Tints of #c190ba
RGB Percentages of Color #c190ba
CMYK Percentages of Color #c190ba
Complementary Color
#c190ba | #90c197 |
#c190ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c190ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#c190ba Color CSS Codes
.mybgcolor {background-color:#c190ba; } .myforecolor {color:#c190ba; } .mybordercolor {border:3px solid #c190ba; }
#c190ba Text Font Color
<p style="color:#c190ba">Text here</p>
This sample text font color is #c190ba
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.
#c190ba Background Color
<div style="background-color:#c190ba">
Div content here</div>
This div background color is #c190ba
#c190ba Border Color
<div style="border:3px solid #c190ba">
Div here</div>
This div border color is #c190ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,144,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c190ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c190ba; -webkit-box-shadow: 1px 1px 3px 2px #c190ba; box-shadow: 1px 1px 3px 2px #c190ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,144,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 #c190ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c190ba; -webkit-box-shadow: 1px 1px 3px 2px #c190ba; box-shadow: 1px 1px 3px 2px #c190ba;">
Div content here</div>
This div box has shadow with color #c190ba
Comments
No comments written yet.
Please login to write comment.