Color spaces of #cd928b
RGB | 205 | 146 | 139 |
---|---|---|---|
HSL | 0.02 | 0.40 | 0.67 |
HSV | 6° | 32° | 80° |
CMYK | 0.00 | 0.29 | 0.32 0.20 |
XYZ | 40.1159 | 35.4010 | 29.1448 |
Yxy | 35.4010 | 0.3833 | 0.3382 |
Hunter Lab | 59.4987 | 16.2275 | 12.6066 |
CIE-Lab | 66.0597 | 21.3504 | 12.5889 |
#cd928b color RGB value is (205,146,139).
#cd928b hex color red value is 205, green value is 146 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cd928b hue: 0.02 , saturation: 0.40 and the lightness value of cd928b is 0.67.
The process color (four color CMYK) of #cd928b color hex is 0.00, 0.29, 0.32, 0.20. Web safe color of #cd928b is #cc9999. Color #cd928b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10010010 | 10001011 |
Octal | 315 | 222 | 213 |
Decimal | 205 | 146 | 139 |
Hex | CD | 92 | 8B |
Shades of #cd928b
Tints of #cd928b
RGB Percentages of Color #cd928b
CMYK Percentages of Color #cd928b
Complementary Color
#cd928b | #8bc6cd |
#cd928b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd928b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd928b Color CSS Codes
.mybgcolor {background-color:#cd928b; } .myforecolor {color:#cd928b; } .mybordercolor {border:3px solid #cd928b; }
#cd928b Text Font Color
<p style="color:#cd928b">Text here</p>
This sample text font color is #cd928b
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.
#cd928b Background Color
<div style="background-color:#cd928b">
Div content here</div>
This div background color is #cd928b
#cd928b Border Color
<div style="border:3px solid #cd928b">
Div here</div>
This div border color is #cd928b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,146,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd928b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd928b; -webkit-box-shadow: 1px 1px 3px 2px #cd928b; box-shadow: 1px 1px 3px 2px #cd928b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,146,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd928b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd928b; -webkit-box-shadow: 1px 1px 3px 2px #cd928b; box-shadow: 1px 1px 3px 2px #cd928b;">
Div content here</div>
This div box has shadow with color #cd928b
Comments
No comments written yet.
Please login to write comment.