Color spaces of #b25dac
RGB | 178 | 93 | 172 |
---|---|---|---|
HSL | 0.85 | 0.36 | 0.53 |
HSV | 304° | 48° | 70° |
CMYK | 0.00 | 0.48 | 0.03 0.30 |
XYZ | 29.7208 | 20.2722 | 41.3762 |
Yxy | 20.2722 | 0.3253 | 0.2219 |
Hunter Lab | 45.0247 | 39.0348 | -22.9683 |
CIE-Lab | 52.1436 | 45.6507 | -27.3750 |
#b25dac color RGB value is (178,93,172).
#b25dac hex color red value is 178, green value is 93 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b25dac hue: 0.85 , saturation: 0.36 and the lightness value of b25dac is 0.53.
The process color (four color CMYK) of #b25dac color hex is 0.00, 0.48, 0.03, 0.30. Web safe color of #b25dac is #996699. Color #b25dac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 01011101 | 10101100 |
Octal | 262 | 135 | 254 |
Decimal | 178 | 93 | 172 |
Hex | B2 | 5D | AC |
Shades of #b25dac
Tints of #b25dac
RGB Percentages of Color #b25dac
CMYK Percentages of Color #b25dac
Complementary Color
#b25dac | #5db263 |
#b25dac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b25dac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b25dac Color CSS Codes
.mybgcolor {background-color:#b25dac; } .myforecolor {color:#b25dac; } .mybordercolor {border:3px solid #b25dac; }
#b25dac Text Font Color
<p style="color:#b25dac">Text here</p>
This sample text font color is #b25dac
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.
#b25dac Background Color
<div style="background-color:#b25dac">
Div content here</div>
This div background color is #b25dac
#b25dac Border Color
<div style="border:3px solid #b25dac">
Div here</div>
This div border color is #b25dac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,93,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b25dac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b25dac; -webkit-box-shadow: 1px 1px 3px 2px #b25dac; box-shadow: 1px 1px 3px 2px #b25dac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,93,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b25dac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b25dac; -webkit-box-shadow: 1px 1px 3px 2px #b25dac; box-shadow: 1px 1px 3px 2px #b25dac;">
Div content here</div>
This div box has shadow with color #b25dac
Comments
No comments written yet.
Please login to write comment.