Color spaces of #c04aba
RGB | 192 | 74 | 186 |
---|---|---|---|
HSL | 0.84 | 0.48 | 0.52 |
HSV | 303° | 61° | 75° |
CMYK | 0.00 | 0.61 | 0.03 0.25 |
XYZ | 33.0499 | 19.6492 | 48.5051 |
Yxy | 19.6492 | 0.3266 | 0.1942 |
Hunter Lab | 44.3274 | 55.5141 | -33.8487 |
CIE-Lab | 51.4382 | 60.9166 | -36.4741 |
#c04aba color RGB value is (192,74,186).
#c04aba hex color red value is 192, green value is 74 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c04aba hue: 0.84 , saturation: 0.48 and the lightness value of c04aba is 0.52.
The process color (four color CMYK) of #c04aba color hex is 0.00, 0.61, 0.03, 0.25. Web safe color of #c04aba is #cc33cc. Color #c04aba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01001010 | 10111010 |
Octal | 300 | 112 | 272 |
Decimal | 192 | 74 | 186 |
Hex | C0 | 4A | BA |
Shades of #c04aba
Tints of #c04aba
RGB Percentages of Color #c04aba
CMYK Percentages of Color #c04aba
Complementary Color
#c04aba | #4ac050 |
#c04aba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c04aba Color Preview on White Background
Lorem ipsum dolor sit amet.
#c04aba Color CSS Codes
.mybgcolor {background-color:#c04aba; } .myforecolor {color:#c04aba; } .mybordercolor {border:3px solid #c04aba; }
#c04aba Text Font Color
<p style="color:#c04aba">Text here</p>
This sample text font color is #c04aba
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.
#c04aba Background Color
<div style="background-color:#c04aba">
Div content here</div>
This div background color is #c04aba
#c04aba Border Color
<div style="border:3px solid #c04aba">
Div here</div>
This div border color is #c04aba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,74,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c04aba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c04aba; -webkit-box-shadow: 1px 1px 3px 2px #c04aba; box-shadow: 1px 1px 3px 2px #c04aba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,74,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 #c04aba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c04aba; -webkit-box-shadow: 1px 1px 3px 2px #c04aba; box-shadow: 1px 1px 3px 2px #c04aba;">
Div content here</div>
This div box has shadow with color #c04aba
Comments
No comments written yet.
Please login to write comment.