Color spaces of #cd727a
RGB | 205 | 114 | 122 |
---|---|---|---|
HSL | 0.99 | 0.48 | 0.63 |
HSV | 355° | 44° | 80° |
CMYK | 0.00 | 0.44 | 0.40 0.20 |
XYZ | 34.7070 | 26.4189 | 21.6825 |
Yxy | 26.4189 | 0.4191 | 0.3190 |
Hunter Lab | 51.3993 | 30.5820 | 10.9684 |
CIE-Lab | 58.4326 | 36.5495 | 11.5400 |
#cd727a color RGB value is (205,114,122).
#cd727a hex color red value is 205, green value is 114 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cd727a hue: 0.99 , saturation: 0.48 and the lightness value of cd727a is 0.63.
The process color (four color CMYK) of #cd727a color hex is 0.00, 0.44, 0.40, 0.20. Web safe color of #cd727a is #cc6666. Color #cd727a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01110010 | 01111010 |
Octal | 315 | 162 | 172 |
Decimal | 205 | 114 | 122 |
Hex | CD | 72 | 7A |
Shades of #cd727a
Tints of #cd727a
RGB Percentages of Color #cd727a
CMYK Percentages of Color #cd727a
Complementary Color
#cd727a | #72cdc5 |
#cd727a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd727a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd727a Color CSS Codes
.mybgcolor {background-color:#cd727a; } .myforecolor {color:#cd727a; } .mybordercolor {border:3px solid #cd727a; }
#cd727a Text Font Color
<p style="color:#cd727a">Text here</p>
This sample text font color is #cd727a
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.
#cd727a Background Color
<div style="background-color:#cd727a">
Div content here</div>
This div background color is #cd727a
#cd727a Border Color
<div style="border:3px solid #cd727a">
Div here</div>
This div border color is #cd727a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,114,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd727a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd727a; -webkit-box-shadow: 1px 1px 3px 2px #cd727a; box-shadow: 1px 1px 3px 2px #cd727a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,114,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd727a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd727a; -webkit-box-shadow: 1px 1px 3px 2px #cd727a; box-shadow: 1px 1px 3px 2px #cd727a;">
Div content here</div>
This div box has shadow with color #cd727a
Comments
No comments written yet.
Please login to write comment.