Color spaces of #ca979d
RGB | 202 | 151 | 157 |
---|---|---|---|
HSL | 0.98 | 0.32 | 0.69 |
HSV | 353° | 25° | 79° |
CMYK | 0.00 | 0.25 | 0.22 0.21 |
XYZ | 41.5095 | 37.1241 | 36.8762 |
Yxy | 37.1241 | 0.3594 | 0.3214 |
Hunter Lab | 60.9295 | 14.9801 | 6.7668 |
CIE-Lab | 67.3700 | 19.9961 | 4.3320 |
#ca979d color RGB value is (202,151,157).
#ca979d hex color red value is 202, green value is 151 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ca979d hue: 0.98 , saturation: 0.32 and the lightness value of ca979d is 0.69.
The process color (four color CMYK) of #ca979d color hex is 0.00, 0.25, 0.22, 0.21. Web safe color of #ca979d is #cc9999. Color #ca979d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10010111 | 10011101 |
Octal | 312 | 227 | 235 |
Decimal | 202 | 151 | 157 |
Hex | CA | 97 | 9D |
Shades of #ca979d
Tints of #ca979d
RGB Percentages of Color #ca979d
CMYK Percentages of Color #ca979d
Complementary Color
#ca979d | #97cac4 |
#ca979d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca979d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca979d Color CSS Codes
.mybgcolor {background-color:#ca979d; } .myforecolor {color:#ca979d; } .mybordercolor {border:3px solid #ca979d; }
#ca979d Text Font Color
<p style="color:#ca979d">Text here</p>
This sample text font color is #ca979d
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.
#ca979d Background Color
<div style="background-color:#ca979d">
Div content here</div>
This div background color is #ca979d
#ca979d Border Color
<div style="border:3px solid #ca979d">
Div here</div>
This div border color is #ca979d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,151,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca979d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca979d; -webkit-box-shadow: 1px 1px 3px 2px #ca979d; box-shadow: 1px 1px 3px 2px #ca979d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,151,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca979d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca979d; -webkit-box-shadow: 1px 1px 3px 2px #ca979d; box-shadow: 1px 1px 3px 2px #ca979d;">
Div content here</div>
This div box has shadow with color #ca979d
Comments
No comments written yet.
Please login to write comment.