Color spaces of #cb6dad
RGB | 203 | 109 | 173 |
---|---|---|---|
HSL | 0.89 | 0.47 | 0.61 |
HSV | 319° | 46° | 80° |
CMYK | 0.00 | 0.46 | 0.15 0.20 |
XYZ | 37.6401 | 26.6509 | 42.6955 |
Yxy | 26.6509 | 0.3518 | 0.2491 |
Hunter Lab | 51.6245 | 39.8038 | -12.8980 |
CIE-Lab | 58.6498 | 45.4095 | -17.6810 |
#cb6dad color RGB value is (203,109,173).
#cb6dad hex color red value is 203, green value is 109 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cb6dad hue: 0.89 , saturation: 0.47 and the lightness value of cb6dad is 0.61.
The process color (four color CMYK) of #cb6dad color hex is 0.00, 0.46, 0.15, 0.20. Web safe color of #cb6dad is #cc6699. Color #cb6dad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01101101 | 10101101 |
Octal | 313 | 155 | 255 |
Decimal | 203 | 109 | 173 |
Hex | CB | 6D | AD |
Shades of #cb6dad
Tints of #cb6dad
RGB Percentages of Color #cb6dad
CMYK Percentages of Color #cb6dad
Complementary Color
#cb6dad | #6dcb8b |
#cb6dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb6dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb6dad Color CSS Codes
.mybgcolor {background-color:#cb6dad; } .myforecolor {color:#cb6dad; } .mybordercolor {border:3px solid #cb6dad; }
#cb6dad Text Font Color
<p style="color:#cb6dad">Text here</p>
This sample text font color is #cb6dad
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.
#cb6dad Background Color
<div style="background-color:#cb6dad">
Div content here</div>
This div background color is #cb6dad
#cb6dad Border Color
<div style="border:3px solid #cb6dad">
Div here</div>
This div border color is #cb6dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,109,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb6dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb6dad; -webkit-box-shadow: 1px 1px 3px 2px #cb6dad; box-shadow: 1px 1px 3px 2px #cb6dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,109,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb6dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb6dad; -webkit-box-shadow: 1px 1px 3px 2px #cb6dad; box-shadow: 1px 1px 3px 2px #cb6dad;">
Div content here</div>
This div box has shadow with color #cb6dad
Comments
No comments written yet.
Please login to write comment.