Color spaces of #c597ff
RGB | 197 | 151 | 255 |
---|---|---|---|
HSL | 0.74 | 1.00 | 0.80 |
HSV | 267° | 41° | 100° |
CMYK | 0.23 | 0.41 | 0.00 0.00 |
XYZ | 52.1426 | 41.2235 | 99.8165 |
Yxy | 41.2235 | 0.2699 | 0.2134 |
Hunter Lab | 64.2055 | 32.6038 | -47.2307 |
CIE-Lab | 70.3322 | 37.1906 | -45.4385 |
#c597ff color RGB value is (197,151,255).
#c597ff hex color red value is 197, green value is 151 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c597ff hue: 0.74 , saturation: 1.00 and the lightness value of c597ff is 0.80.
The process color (four color CMYK) of #c597ff color hex is 0.23, 0.41, 0.00, 0.00. Web safe color of #c597ff is #cc99ff. Color #c597ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 10010111 | 11111111 |
Octal | 305 | 227 | 377 |
Decimal | 197 | 151 | 255 |
Hex | C5 | 97 | FF |
Shades of #c597ff
Tints of #c597ff
RGB Percentages of Color #c597ff
CMYK Percentages of Color #c597ff
Complementary Color
#c597ff | #d1ff97 |
#c597ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c597ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#c597ff Color CSS Codes
.mybgcolor {background-color:#c597ff; } .myforecolor {color:#c597ff; } .mybordercolor {border:3px solid #c597ff; }
#c597ff Text Font Color
<p style="color:#c597ff">Text here</p>
This sample text font color is #c597ff
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.
#c597ff Background Color
<div style="background-color:#c597ff">
Div content here</div>
This div background color is #c597ff
#c597ff Border Color
<div style="border:3px solid #c597ff">
Div here</div>
This div border color is #c597ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,151,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c597ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c597ff; -webkit-box-shadow: 1px 1px 3px 2px #c597ff; box-shadow: 1px 1px 3px 2px #c597ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,151,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c597ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c597ff; -webkit-box-shadow: 1px 1px 3px 2px #c597ff; box-shadow: 1px 1px 3px 2px #c597ff;">
Div content here</div>
This div box has shadow with color #c597ff
Comments
No comments written yet.
Please login to write comment.