Color spaces of #c054ba
RGB | 192 | 84 | 186 |
---|---|---|---|
HSL | 0.84 | 0.46 | 0.54 |
HSV | 303° | 56° | 75° |
CMYK | 0.00 | 0.56 | 0.03 0.25 |
XYZ | 33.7715 | 21.0923 | 48.7456 |
Yxy | 21.0923 | 0.3260 | 0.2036 |
Hunter Lab | 45.9264 | 50.8871 | -30.7811 |
CIE-Lab | 53.0504 | 56.5083 | -33.9466 |
#c054ba color RGB value is (192,84,186).
#c054ba hex color red value is 192, green value is 84 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c054ba hue: 0.84 , saturation: 0.46 and the lightness value of c054ba is 0.54.
The process color (four color CMYK) of #c054ba color hex is 0.00, 0.56, 0.03, 0.25. Web safe color of #c054ba is #cc66cc. Color #c054ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01010100 | 10111010 |
Octal | 300 | 124 | 272 |
Decimal | 192 | 84 | 186 |
Hex | C0 | 54 | BA |
Shades of #c054ba
Tints of #c054ba
RGB Percentages of Color #c054ba
CMYK Percentages of Color #c054ba
Complementary Color
#c054ba | #54c05a |
#c054ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c054ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#c054ba Color CSS Codes
.mybgcolor {background-color:#c054ba; } .myforecolor {color:#c054ba; } .mybordercolor {border:3px solid #c054ba; }
#c054ba Text Font Color
<p style="color:#c054ba">Text here</p>
This sample text font color is #c054ba
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.
#c054ba Background Color
<div style="background-color:#c054ba">
Div content here</div>
This div background color is #c054ba
#c054ba Border Color
<div style="border:3px solid #c054ba">
Div here</div>
This div border color is #c054ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,84,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c054ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c054ba; -webkit-box-shadow: 1px 1px 3px 2px #c054ba; box-shadow: 1px 1px 3px 2px #c054ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,84,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 #c054ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c054ba; -webkit-box-shadow: 1px 1px 3px 2px #c054ba; box-shadow: 1px 1px 3px 2px #c054ba;">
Div content here</div>
This div box has shadow with color #c054ba
Comments
No comments written yet.
Please login to write comment.