Color spaces of #b29ccb
RGB | 178 | 156 | 203 |
---|---|---|---|
HSL | 0.74 | 0.31 | 0.70 |
HSV | 268° | 23° | 80° |
CMYK | 0.12 | 0.23 | 0.00 0.20 |
XYZ | 41.0281 | 37.5537 | 61.5861 |
Yxy | 37.5537 | 0.2927 | 0.2679 |
Hunter Lab | 61.2811 | 12.2651 | -16.6884 |
CIE-Lab | 67.6904 | 17.1431 | -21.1070 |
#b29ccb color RGB value is (178,156,203).
#b29ccb hex color red value is 178, green value is 156 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b29ccb hue: 0.74 , saturation: 0.31 and the lightness value of b29ccb is 0.70.
The process color (four color CMYK) of #b29ccb color hex is 0.12, 0.23, 0.00, 0.20. Web safe color of #b29ccb is #9999cc. Color #b29ccb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10011100 | 11001011 |
Octal | 262 | 234 | 313 |
Decimal | 178 | 156 | 203 |
Hex | B2 | 9C | CB |
Shades of #b29ccb
Tints of #b29ccb
RGB Percentages of Color #b29ccb
CMYK Percentages of Color #b29ccb
Complementary Color
#b29ccb | #b5cb9c |
#b29ccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b29ccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b29ccb Color CSS Codes
.mybgcolor {background-color:#b29ccb; } .myforecolor {color:#b29ccb; } .mybordercolor {border:3px solid #b29ccb; }
#b29ccb Text Font Color
<p style="color:#b29ccb">Text here</p>
This sample text font color is #b29ccb
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.
#b29ccb Background Color
<div style="background-color:#b29ccb">
Div content here</div>
This div background color is #b29ccb
#b29ccb Border Color
<div style="border:3px solid #b29ccb">
Div here</div>
This div border color is #b29ccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,156,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b29ccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b29ccb; -webkit-box-shadow: 1px 1px 3px 2px #b29ccb; box-shadow: 1px 1px 3px 2px #b29ccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,156,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 #b29ccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b29ccb; -webkit-box-shadow: 1px 1px 3px 2px #b29ccb; box-shadow: 1px 1px 3px 2px #b29ccb;">
Div content here</div>
This div box has shadow with color #b29ccb
#b29ccb Color Palettes
Comments
No comments written yet.
Please login to write comment.