Color spaces of #c56afb
RGB | 197 | 106 | 251 |
---|---|---|---|
HSL | 0.77 | 0.95 | 0.70 |
HSV | 278° | 58° | 98° |
CMYK | 0.22 | 0.58 | 0.00 0.02 |
XYZ | 45.5926 | 29.1434 | 94.4890 |
Yxy | 29.1434 | 0.2694 | 0.1722 |
Hunter Lab | 53.9846 | 56.2787 | -65.9857 |
CIE-Lab | 60.9080 | 59.9011 | -58.1672 |
#c56afb color RGB value is (197,106,251).
#c56afb hex color red value is 197, green value is 106 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c56afb hue: 0.77 , saturation: 0.95 and the lightness value of c56afb is 0.70.
The process color (four color CMYK) of #c56afb color hex is 0.22, 0.58, 0.00, 0.02. Web safe color of #c56afb is #cc66ff. Color #c56afb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01101010 | 11111011 |
Octal | 305 | 152 | 373 |
Decimal | 197 | 106 | 251 |
Hex | C5 | 6A | FB |
Shades of #c56afb
Tints of #c56afb
RGB Percentages of Color #c56afb
CMYK Percentages of Color #c56afb
Complementary Color
#c56afb | #a0fb6a |
#c56afb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c56afb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c56afb Color CSS Codes
.mybgcolor {background-color:#c56afb; } .myforecolor {color:#c56afb; } .mybordercolor {border:3px solid #c56afb; }
#c56afb Text Font Color
<p style="color:#c56afb">Text here</p>
This sample text font color is #c56afb
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.
#c56afb Background Color
<div style="background-color:#c56afb">
Div content here</div>
This div background color is #c56afb
#c56afb Border Color
<div style="border:3px solid #c56afb">
Div here</div>
This div border color is #c56afb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,106,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c56afb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c56afb; -webkit-box-shadow: 1px 1px 3px 2px #c56afb; box-shadow: 1px 1px 3px 2px #c56afb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,106,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c56afb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c56afb; -webkit-box-shadow: 1px 1px 3px 2px #c56afb; box-shadow: 1px 1px 3px 2px #c56afb;">
Div content here</div>
This div box has shadow with color #c56afb
Comments
No comments written yet.
Please login to write comment.