Color spaces of #c052be
RGB | 192 | 82 | 190 |
---|---|---|---|
HSL | 0.84 | 0.47 | 0.54 |
HSV | 301° | 57° | 75° |
CMYK | 0.00 | 0.57 | 0.01 0.25 |
XYZ | 34.0498 | 20.9588 | 50.9660 |
Yxy | 20.9588 | 0.3213 | 0.1978 |
Hunter Lab | 45.7808 | 52.6443 | -33.9588 |
CIE-Lab | 52.9044 | 58.1077 | -36.4870 |
#c052be color RGB value is (192,82,190).
#c052be hex color red value is 192, green value is 82 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c052be hue: 0.84 , saturation: 0.47 and the lightness value of c052be is 0.54.
The process color (four color CMYK) of #c052be color hex is 0.00, 0.57, 0.01, 0.25. Web safe color of #c052be is #cc66cc. Color #c052be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01010010 | 10111110 |
Octal | 300 | 122 | 276 |
Decimal | 192 | 82 | 190 |
Hex | C0 | 52 | BE |
Shades of #c052be
Tints of #c052be
RGB Percentages of Color #c052be
CMYK Percentages of Color #c052be
Complementary Color
#c052be | #52c054 |
#c052be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c052be Color Preview on White Background
Lorem ipsum dolor sit amet.
#c052be Color CSS Codes
.mybgcolor {background-color:#c052be; } .myforecolor {color:#c052be; } .mybordercolor {border:3px solid #c052be; }
#c052be Text Font Color
<p style="color:#c052be">Text here</p>
This sample text font color is #c052be
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.
#c052be Background Color
<div style="background-color:#c052be">
Div content here</div>
This div background color is #c052be
#c052be Border Color
<div style="border:3px solid #c052be">
Div here</div>
This div border color is #c052be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,82,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c052be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c052be; -webkit-box-shadow: 1px 1px 3px 2px #c052be; box-shadow: 1px 1px 3px 2px #c052be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,82,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c052be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c052be; -webkit-box-shadow: 1px 1px 3px 2px #c052be; box-shadow: 1px 1px 3px 2px #c052be;">
Div content here</div>
This div box has shadow with color #c052be
Comments
No comments written yet.
Please login to write comment.