Color spaces of #cb8dcb
RGB | 203 | 141 | 203 |
---|---|---|---|
HSL | 0.83 | 0.37 | 0.67 |
HSV | 300° | 31° | 80° |
CMYK | 0.00 | 0.31 | 0.00 0.20 |
XYZ | 44.9330 | 36.0581 | 61.0916 |
Yxy | 36.0581 | 0.3162 | 0.2538 |
Hunter Lab | 60.0484 | 28.4832 | -18.2861 |
CIE-Lab | 66.5643 | 33.6238 | -22.6047 |
#cb8dcb color RGB value is (203,141,203).
#cb8dcb hex color red value is 203, green value is 141 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cb8dcb hue: 0.83 , saturation: 0.37 and the lightness value of cb8dcb is 0.67.
The process color (four color CMYK) of #cb8dcb color hex is 0.00, 0.31, 0.00, 0.20. Web safe color of #cb8dcb is #cc99cc. Color #cb8dcb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10001101 | 11001011 |
Octal | 313 | 215 | 313 |
Decimal | 203 | 141 | 203 |
Hex | CB | 8D | CB |
Shades of #cb8dcb
Tints of #cb8dcb
RGB Percentages of Color #cb8dcb
CMYK Percentages of Color #cb8dcb
Complementary Color
#cb8dcb | #8dcb8d |
#cb8dcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb8dcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb8dcb Color CSS Codes
.mybgcolor {background-color:#cb8dcb; } .myforecolor {color:#cb8dcb; } .mybordercolor {border:3px solid #cb8dcb; }
#cb8dcb Text Font Color
<p style="color:#cb8dcb">Text here</p>
This sample text font color is #cb8dcb
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.
#cb8dcb Background Color
<div style="background-color:#cb8dcb">
Div content here</div>
This div background color is #cb8dcb
#cb8dcb Border Color
<div style="border:3px solid #cb8dcb">
Div here</div>
This div border color is #cb8dcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,141,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb8dcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb8dcb; -webkit-box-shadow: 1px 1px 3px 2px #cb8dcb; box-shadow: 1px 1px 3px 2px #cb8dcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,141,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb8dcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb8dcb; -webkit-box-shadow: 1px 1px 3px 2px #cb8dcb; box-shadow: 1px 1px 3px 2px #cb8dcb;">
Div content here</div>
This div box has shadow with color #cb8dcb
Comments
No comments written yet.
Please login to write comment.