Color spaces of #cb6fbd
RGB | 203 | 111 | 189 |
---|---|---|---|
HSL | 0.86 | 0.47 | 0.62 |
HSV | 309° | 45° | 80° |
CMYK | 0.00 | 0.45 | 0.07 0.20 |
XYZ | 39.4983 | 27.7395 | 51.4166 |
Yxy | 27.7395 | 0.3329 | 0.2338 |
Hunter Lab | 52.6683 | 41.6956 | -21.0131 |
CIE-Lab | 59.6527 | 47.0322 | -25.3083 |
#cb6fbd color RGB value is (203,111,189).
#cb6fbd hex color red value is 203, green value is 111 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cb6fbd hue: 0.86 , saturation: 0.47 and the lightness value of cb6fbd is 0.62.
The process color (four color CMYK) of #cb6fbd color hex is 0.00, 0.45, 0.07, 0.20. Web safe color of #cb6fbd is #cc66cc. Color #cb6fbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01101111 | 10111101 |
Octal | 313 | 157 | 275 |
Decimal | 203 | 111 | 189 |
Hex | CB | 6F | BD |
Shades of #cb6fbd
Tints of #cb6fbd
RGB Percentages of Color #cb6fbd
CMYK Percentages of Color #cb6fbd
Complementary Color
#cb6fbd | #6fcb7d |
#cb6fbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb6fbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb6fbd Color CSS Codes
.mybgcolor {background-color:#cb6fbd; } .myforecolor {color:#cb6fbd; } .mybordercolor {border:3px solid #cb6fbd; }
#cb6fbd Text Font Color
<p style="color:#cb6fbd">Text here</p>
This sample text font color is #cb6fbd
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.
#cb6fbd Background Color
<div style="background-color:#cb6fbd">
Div content here</div>
This div background color is #cb6fbd
#cb6fbd Border Color
<div style="border:3px solid #cb6fbd">
Div here</div>
This div border color is #cb6fbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,111,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb6fbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb6fbd; -webkit-box-shadow: 1px 1px 3px 2px #cb6fbd; box-shadow: 1px 1px 3px 2px #cb6fbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,111,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb6fbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb6fbd; -webkit-box-shadow: 1px 1px 3px 2px #cb6fbd; box-shadow: 1px 1px 3px 2px #cb6fbd;">
Div content here</div>
This div box has shadow with color #cb6fbd
Comments
No comments written yet.
Please login to write comment.