Color spaces of #c458bf
RGB | 196 | 88 | 191 |
---|---|---|---|
HSL | 0.84 | 0.48 | 0.56 |
HSV | 303° | 55° | 77° |
CMYK | 0.00 | 0.55 | 0.03 0.23 |
XYZ | 35.6586 | 22.4768 | 51.7493 |
Yxy | 22.4768 | 0.3245 | 0.2045 |
Hunter Lab | 47.4097 | 51.2895 | -31.5303 |
CIE-Lab | 54.5293 | 56.6107 | -34.4769 |
#c458bf color RGB value is (196,88,191).
#c458bf hex color red value is 196, green value is 88 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c458bf hue: 0.84 , saturation: 0.48 and the lightness value of c458bf is 0.56.
The process color (four color CMYK) of #c458bf color hex is 0.00, 0.55, 0.03, 0.23. Web safe color of #c458bf is #cc66cc. Color #c458bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01011000 | 10111111 |
Octal | 304 | 130 | 277 |
Decimal | 196 | 88 | 191 |
Hex | C4 | 58 | BF |
Shades of #c458bf
Tints of #c458bf
RGB Percentages of Color #c458bf
CMYK Percentages of Color #c458bf
Complementary Color
#c458bf | #58c45d |
#c458bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c458bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c458bf Color CSS Codes
.mybgcolor {background-color:#c458bf; } .myforecolor {color:#c458bf; } .mybordercolor {border:3px solid #c458bf; }
#c458bf Text Font Color
<p style="color:#c458bf">Text here</p>
This sample text font color is #c458bf
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.
#c458bf Background Color
<div style="background-color:#c458bf">
Div content here</div>
This div background color is #c458bf
#c458bf Border Color
<div style="border:3px solid #c458bf">
Div here</div>
This div border color is #c458bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,88,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c458bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c458bf; -webkit-box-shadow: 1px 1px 3px 2px #c458bf; box-shadow: 1px 1px 3px 2px #c458bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,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 #c458bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c458bf; -webkit-box-shadow: 1px 1px 3px 2px #c458bf; box-shadow: 1px 1px 3px 2px #c458bf;">
Div content here</div>
This div box has shadow with color #c458bf
Comments
No comments written yet.
Please login to write comment.