Color spaces of #b69dcc
RGB | 182 | 157 | 204 |
---|---|---|---|
HSL | 0.76 | 0.32 | 0.71 |
HSV | 272° | 23° | 80° |
CMYK | 0.11 | 0.23 | 0.00 0.20 |
XYZ | 42.2475 | 38.4187 | 62.3156 |
Yxy | 38.4187 | 0.2955 | 0.2687 |
Hunter Lab | 61.9828 | 13.1957 | -16.2203 |
CIE-Lab | 68.3281 | 18.1015 | -20.6580 |
#b69dcc color RGB value is (182,157,204).
#b69dcc hex color red value is 182, green value is 157 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b69dcc hue: 0.76 , saturation: 0.32 and the lightness value of b69dcc is 0.71.
The process color (four color CMYK) of #b69dcc color hex is 0.11, 0.23, 0.00, 0.20. Web safe color of #b69dcc is #cc99cc. Color #b69dcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10011101 | 11001100 |
Octal | 266 | 235 | 314 |
Decimal | 182 | 157 | 204 |
Hex | B6 | 9D | CC |
Shades of #b69dcc
Tints of #b69dcc
RGB Percentages of Color #b69dcc
CMYK Percentages of Color #b69dcc
Complementary Color
#b69dcc | #b3cc9d |
#b69dcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b69dcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b69dcc Color CSS Codes
.mybgcolor {background-color:#b69dcc; } .myforecolor {color:#b69dcc; } .mybordercolor {border:3px solid #b69dcc; }
#b69dcc Text Font Color
<p style="color:#b69dcc">Text here</p>
This sample text font color is #b69dcc
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.
#b69dcc Background Color
<div style="background-color:#b69dcc">
Div content here</div>
This div background color is #b69dcc
#b69dcc Border Color
<div style="border:3px solid #b69dcc">
Div here</div>
This div border color is #b69dcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,157,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b69dcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b69dcc; -webkit-box-shadow: 1px 1px 3px 2px #b69dcc; box-shadow: 1px 1px 3px 2px #b69dcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,157,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b69dcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b69dcc; -webkit-box-shadow: 1px 1px 3px 2px #b69dcc; box-shadow: 1px 1px 3px 2px #b69dcc;">
Div content here</div>
This div box has shadow with color #b69dcc
Comments
No comments written yet.
Please login to write comment.