Color spaces of #cd6aba
RGB | 205 | 106 | 186 |
---|---|---|---|
HSL | 0.87 | 0.50 | 0.61 |
HSV | 312° | 48° | 80° |
CMYK | 0.00 | 0.48 | 0.09 0.20 |
XYZ | 39.1938 | 26.8324 | 49.5678 |
Yxy | 26.8324 | 0.3391 | 0.2321 |
Hunter Lab | 51.8000 | 44.4097 | -20.4750 |
CIE-Lab | 58.8189 | 49.6648 | -24.8563 |
#cd6aba color RGB value is (205,106,186).
#cd6aba hex color red value is 205, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cd6aba hue: 0.87 , saturation: 0.50 and the lightness value of cd6aba is 0.61.
The process color (four color CMYK) of #cd6aba color hex is 0.00, 0.48, 0.09, 0.20. Web safe color of #cd6aba is #cc66cc. Color #cd6aba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01101010 | 10111010 |
Octal | 315 | 152 | 272 |
Decimal | 205 | 106 | 186 |
Hex | CD | 6A | BA |
Shades of #cd6aba
Tints of #cd6aba
RGB Percentages of Color #cd6aba
CMYK Percentages of Color #cd6aba
Complementary Color
#cd6aba | #6acd7d |
#cd6aba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd6aba Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd6aba Color CSS Codes
.mybgcolor {background-color:#cd6aba; } .myforecolor {color:#cd6aba; } .mybordercolor {border:3px solid #cd6aba; }
#cd6aba Text Font Color
<p style="color:#cd6aba">Text here</p>
This sample text font color is #cd6aba
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.
#cd6aba Background Color
<div style="background-color:#cd6aba">
Div content here</div>
This div background color is #cd6aba
#cd6aba Border Color
<div style="border:3px solid #cd6aba">
Div here</div>
This div border color is #cd6aba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,106,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd6aba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd6aba; -webkit-box-shadow: 1px 1px 3px 2px #cd6aba; box-shadow: 1px 1px 3px 2px #cd6aba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,106,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd6aba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd6aba; -webkit-box-shadow: 1px 1px 3px 2px #cd6aba; box-shadow: 1px 1px 3px 2px #cd6aba;">
Div content here</div>
This div box has shadow with color #cd6aba
Comments
No comments written yet.
Please login to write comment.