Color spaces of #ca937d
RGB | 202 | 147 | 125 |
---|---|---|---|
HSL | 0.05 | 0.42 | 0.64 |
HSV | 17° | 38° | 79° |
CMYK | 0.00 | 0.27 | 0.38 0.21 |
XYZ | 38.4925 | 34.9047 | 24.1105 |
Yxy | 34.9047 | 0.3948 | 0.3580 |
Hunter Lab | 59.0802 | 12.9077 | 17.1600 |
CIE-Lab | 65.6744 | 17.8821 | 19.8198 |
#ca937d color RGB value is (202,147,125).
#ca937d hex color red value is 202, green value is 147 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ca937d hue: 0.05 , saturation: 0.42 and the lightness value of ca937d is 0.64.
The process color (four color CMYK) of #ca937d color hex is 0.00, 0.27, 0.38, 0.21. Web safe color of #ca937d is #cc9966. Color #ca937d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10010011 | 01111101 |
Octal | 312 | 223 | 175 |
Decimal | 202 | 147 | 125 |
Hex | CA | 93 | 7D |
Shades of #ca937d
Tints of #ca937d
RGB Percentages of Color #ca937d
CMYK Percentages of Color #ca937d
Complementary Color
#ca937d | #7db4ca |
#ca937d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca937d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca937d Color CSS Codes
.mybgcolor {background-color:#ca937d; } .myforecolor {color:#ca937d; } .mybordercolor {border:3px solid #ca937d; }
#ca937d Text Font Color
<p style="color:#ca937d">Text here</p>
This sample text font color is #ca937d
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.
#ca937d Background Color
<div style="background-color:#ca937d">
Div content here</div>
This div background color is #ca937d
#ca937d Border Color
<div style="border:3px solid #ca937d">
Div here</div>
This div border color is #ca937d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,147,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca937d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca937d; -webkit-box-shadow: 1px 1px 3px 2px #ca937d; box-shadow: 1px 1px 3px 2px #ca937d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,147,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca937d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca937d; -webkit-box-shadow: 1px 1px 3px 2px #ca937d; box-shadow: 1px 1px 3px 2px #ca937d;">
Div content here</div>
This div box has shadow with color #ca937d
Comments
No comments written yet.
Please login to write comment.