Color spaces of #b02bae
RGB | 176 | 43 | 174 |
---|---|---|---|
HSL | 0.84 | 0.61 | 0.43 |
HSV | 301° | 76° | 69° |
CMYK | 0.00 | 0.76 | 0.01 0.31 |
XYZ | 26.4084 | 14.0139 | 41.3575 |
Yxy | 14.0139 | 0.3229 | 0.1714 |
Hunter Lab | 37.4351 | 60.4103 | -39.2976 |
CIE-Lab | 44.2529 | 66.5550 | -40.9578 |
#b02bae color RGB value is (176,43,174).
#b02bae hex color red value is 176, green value is 43 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b02bae hue: 0.84 , saturation: 0.61 and the lightness value of b02bae is 0.43.
The process color (four color CMYK) of #b02bae color hex is 0.00, 0.76, 0.01, 0.31. Web safe color of #b02bae is #993399. Color #b02bae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 00101011 | 10101110 |
Octal | 260 | 53 | 256 |
Decimal | 176 | 43 | 174 |
Hex | B0 | 2B | AE |
Shades of #b02bae
Tints of #b02bae
RGB Percentages of Color #b02bae
CMYK Percentages of Color #b02bae
Complementary Color
#b02bae | #2bb02d |
#b02bae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b02bae Color Preview on White Background
Lorem ipsum dolor sit amet.
#b02bae Color CSS Codes
.mybgcolor {background-color:#b02bae; } .myforecolor {color:#b02bae; } .mybordercolor {border:3px solid #b02bae; }
#b02bae Text Font Color
<p style="color:#b02bae">Text here</p>
This sample text font color is #b02bae
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.
#b02bae Background Color
<div style="background-color:#b02bae">
Div content here</div>
This div background color is #b02bae
#b02bae Border Color
<div style="border:3px solid #b02bae">
Div here</div>
This div border color is #b02bae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,43,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b02bae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b02bae; -webkit-box-shadow: 1px 1px 3px 2px #b02bae; box-shadow: 1px 1px 3px 2px #b02bae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,43,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 #b02bae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b02bae; -webkit-box-shadow: 1px 1px 3px 2px #b02bae; box-shadow: 1px 1px 3px 2px #b02bae;">
Div content here</div>
This div box has shadow with color #b02bae
Comments
No comments written yet.
Please login to write comment.