Color spaces of #cb89bb
RGB | 203 | 137 | 187 |
---|---|---|---|
HSL | 0.87 | 0.39 | 0.67 |
HSV | 315° | 33° | 80° |
CMYK | 0.00 | 0.33 | 0.08 0.20 |
XYZ | 42.5439 | 34.1757 | 51.3680 |
Yxy | 34.1757 | 0.3321 | 0.2668 |
Hunter Lab | 58.4600 | 27.5973 | -11.1753 |
CIE-Lab | 65.1018 | 32.8982 | -15.8641 |
#cb89bb color RGB value is (203,137,187).
#cb89bb hex color red value is 203, green value is 137 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cb89bb hue: 0.87 , saturation: 0.39 and the lightness value of cb89bb is 0.67.
The process color (four color CMYK) of #cb89bb color hex is 0.00, 0.33, 0.08, 0.20. Web safe color of #cb89bb is #cc99cc. Color #cb89bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10001001 | 10111011 |
Octal | 313 | 211 | 273 |
Decimal | 203 | 137 | 187 |
Hex | CB | 89 | BB |
Shades of #cb89bb
Tints of #cb89bb
RGB Percentages of Color #cb89bb
CMYK Percentages of Color #cb89bb
Complementary Color
#cb89bb | #89cb99 |
#cb89bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb89bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb89bb Color CSS Codes
.mybgcolor {background-color:#cb89bb; } .myforecolor {color:#cb89bb; } .mybordercolor {border:3px solid #cb89bb; }
#cb89bb Text Font Color
<p style="color:#cb89bb">Text here</p>
This sample text font color is #cb89bb
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.
#cb89bb Background Color
<div style="background-color:#cb89bb">
Div content here</div>
This div background color is #cb89bb
#cb89bb Border Color
<div style="border:3px solid #cb89bb">
Div here</div>
This div border color is #cb89bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,137,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb89bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb89bb; -webkit-box-shadow: 1px 1px 3px 2px #cb89bb; box-shadow: 1px 1px 3px 2px #cb89bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,137,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb89bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb89bb; -webkit-box-shadow: 1px 1px 3px 2px #cb89bb; box-shadow: 1px 1px 3px 2px #cb89bb;">
Div content here</div>
This div box has shadow with color #cb89bb
Comments
No comments written yet.
Please login to write comment.