Color spaces of #c598be
RGB | 197 | 152 | 190 |
---|---|---|---|
HSL | 0.86 | 0.28 | 0.68 |
HSV | 309° | 23° | 77° |
CMYK | 0.00 | 0.23 | 0.04 0.23 |
XYZ | 43.5485 | 38.0445 | 53.7633 |
Yxy | 38.0445 | 0.3217 | 0.2811 |
Hunter Lab | 61.6802 | 18.0872 | -8.5037 |
CIE-Lab | 68.0534 | 23.1629 | -13.1585 |
#c598be color RGB value is (197,152,190).
#c598be hex color red value is 197, green value is 152 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c598be hue: 0.86 , saturation: 0.28 and the lightness value of c598be is 0.68.
The process color (four color CMYK) of #c598be color hex is 0.00, 0.23, 0.04, 0.23. Web safe color of #c598be is #cc99cc. Color #c598be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 10011000 | 10111110 |
Octal | 305 | 230 | 276 |
Decimal | 197 | 152 | 190 |
Hex | C5 | 98 | BE |
Shades of #c598be
Tints of #c598be
RGB Percentages of Color #c598be
CMYK Percentages of Color #c598be
Complementary Color
#c598be | #98c59f |
#c598be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c598be Color Preview on White Background
Lorem ipsum dolor sit amet.
#c598be Color CSS Codes
.mybgcolor {background-color:#c598be; } .myforecolor {color:#c598be; } .mybordercolor {border:3px solid #c598be; }
#c598be Text Font Color
<p style="color:#c598be">Text here</p>
This sample text font color is #c598be
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.
#c598be Background Color
<div style="background-color:#c598be">
Div content here</div>
This div background color is #c598be
#c598be Border Color
<div style="border:3px solid #c598be">
Div here</div>
This div border color is #c598be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,152,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c598be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c598be; -webkit-box-shadow: 1px 1px 3px 2px #c598be; box-shadow: 1px 1px 3px 2px #c598be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,152,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 #c598be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c598be; -webkit-box-shadow: 1px 1px 3px 2px #c598be; box-shadow: 1px 1px 3px 2px #c598be;">
Div content here</div>
This div box has shadow with color #c598be
Comments
No comments written yet.
Please login to write comment.