Color spaces of #cbb4dd
RGB | 203 | 180 | 221 |
---|---|---|---|
HSL | 0.76 | 0.38 | 0.79 |
HSV | 274° | 19° | 87° |
CMYK | 0.08 | 0.19 | 0.00 0.13 |
XYZ | 54.0010 | 50.5595 | 75.3194 |
Yxy | 50.5595 | 0.3002 | 0.2811 |
Hunter Lab | 71.1052 | 11.1281 | -13.0303 |
CIE-Lab | 76.4114 | 15.7933 | -17.5501 |
#cbb4dd color RGB value is (203,180,221).
#cbb4dd hex color red value is 203, green value is 180 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cbb4dd hue: 0.76 , saturation: 0.38 and the lightness value of cbb4dd is 0.79.
The process color (four color CMYK) of #cbb4dd color hex is 0.08, 0.19, 0.00, 0.13. Web safe color of #cbb4dd is #cccccc. Color #cbb4dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10110100 | 11011101 |
Octal | 313 | 264 | 335 |
Decimal | 203 | 180 | 221 |
Hex | CB | B4 | DD |
Shades of #cbb4dd
Tints of #cbb4dd
RGB Percentages of Color #cbb4dd
CMYK Percentages of Color #cbb4dd
Complementary Color
#cbb4dd | #c6ddb4 |
#cbb4dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbb4dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbb4dd Color CSS Codes
.mybgcolor {background-color:#cbb4dd; } .myforecolor {color:#cbb4dd; } .mybordercolor {border:3px solid #cbb4dd; }
#cbb4dd Text Font Color
<p style="color:#cbb4dd">Text here</p>
This sample text font color is #cbb4dd
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.
#cbb4dd Background Color
<div style="background-color:#cbb4dd">
Div content here</div>
This div background color is #cbb4dd
#cbb4dd Border Color
<div style="border:3px solid #cbb4dd">
Div here</div>
This div border color is #cbb4dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,180,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbb4dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbb4dd; -webkit-box-shadow: 1px 1px 3px 2px #cbb4dd; box-shadow: 1px 1px 3px 2px #cbb4dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,180,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbb4dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbb4dd; -webkit-box-shadow: 1px 1px 3px 2px #cbb4dd; box-shadow: 1px 1px 3px 2px #cbb4dd;">
Div content here</div>
This div box has shadow with color #cbb4dd
Comments
No comments written yet.
Please login to write comment.