Color spaces of #b67dae
RGB | 182 | 125 | 174 |
---|---|---|---|
HSL | 0.86 | 0.28 | 0.60 |
HSV | 308° | 31° | 71° |
CMYK | 0.00 | 0.31 | 0.04 0.29 |
XYZ | 34.2650 | 27.6683 | 43.5790 |
Yxy | 27.6683 | 0.3247 | 0.2622 |
Hunter Lab | 52.6007 | 24.2269 | -12.3006 |
CIE-Lab | 59.5879 | 30.0460 | -17.0664 |
#b67dae color RGB value is (182,125,174).
#b67dae hex color red value is 182, green value is 125 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b67dae hue: 0.86 , saturation: 0.28 and the lightness value of b67dae is 0.60.
The process color (four color CMYK) of #b67dae color hex is 0.00, 0.31, 0.04, 0.29. Web safe color of #b67dae is #cc6699. Color #b67dae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 01111101 | 10101110 |
Octal | 266 | 175 | 256 |
Decimal | 182 | 125 | 174 |
Hex | B6 | 7D | AE |
Shades of #b67dae
Tints of #b67dae
RGB Percentages of Color #b67dae
CMYK Percentages of Color #b67dae
Complementary Color
#b67dae | #7db685 |
#b67dae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b67dae Color Preview on White Background
Lorem ipsum dolor sit amet.
#b67dae Color CSS Codes
.mybgcolor {background-color:#b67dae; } .myforecolor {color:#b67dae; } .mybordercolor {border:3px solid #b67dae; }
#b67dae Text Font Color
<p style="color:#b67dae">Text here</p>
This sample text font color is #b67dae
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.
#b67dae Background Color
<div style="background-color:#b67dae">
Div content here</div>
This div background color is #b67dae
#b67dae Border Color
<div style="border:3px solid #b67dae">
Div here</div>
This div border color is #b67dae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,125,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b67dae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b67dae; -webkit-box-shadow: 1px 1px 3px 2px #b67dae; box-shadow: 1px 1px 3px 2px #b67dae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,125,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b67dae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b67dae; -webkit-box-shadow: 1px 1px 3px 2px #b67dae; box-shadow: 1px 1px 3px 2px #b67dae;">
Div content here</div>
This div box has shadow with color #b67dae
Comments
No comments written yet.
Please login to write comment.