Color spaces of #c058bf
RGB | 192 | 88 | 191 |
---|---|---|---|
HSL | 0.83 | 0.45 | 0.55 |
HSV | 301° | 54° | 75° |
CMYK | 0.00 | 0.54 | 0.01 0.25 |
XYZ | 34.6319 | 21.9475 | 51.7012 |
Yxy | 21.9475 | 0.3198 | 0.2027 |
Hunter Lab | 46.8482 | 49.9696 | -32.6382 |
CIE-Lab | 53.9713 | 55.5212 | -35.3906 |
#c058bf color RGB value is (192,88,191).
#c058bf hex color red value is 192, green value is 88 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c058bf hue: 0.83 , saturation: 0.45 and the lightness value of c058bf is 0.55.
The process color (four color CMYK) of #c058bf color hex is 0.00, 0.54, 0.01, 0.25. Web safe color of #c058bf is #cc66cc. Color #c058bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01011000 | 10111111 |
Octal | 300 | 130 | 277 |
Decimal | 192 | 88 | 191 |
Hex | C0 | 58 | BF |
Shades of #c058bf
Tints of #c058bf
RGB Percentages of Color #c058bf
CMYK Percentages of Color #c058bf
Complementary Color
#c058bf | #58c059 |
#c058bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c058bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c058bf Color CSS Codes
.mybgcolor {background-color:#c058bf; } .myforecolor {color:#c058bf; } .mybordercolor {border:3px solid #c058bf; }
#c058bf Text Font Color
<p style="color:#c058bf">Text here</p>
This sample text font color is #c058bf
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.
#c058bf Background Color
<div style="background-color:#c058bf">
Div content here</div>
This div background color is #c058bf
#c058bf Border Color
<div style="border:3px solid #c058bf">
Div here</div>
This div border color is #c058bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,88,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c058bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c058bf; -webkit-box-shadow: 1px 1px 3px 2px #c058bf; box-shadow: 1px 1px 3px 2px #c058bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,88,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c058bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c058bf; -webkit-box-shadow: 1px 1px 3px 2px #c058bf; box-shadow: 1px 1px 3px 2px #c058bf;">
Div content here</div>
This div box has shadow with color #c058bf
Comments
No comments written yet.
Please login to write comment.