Color spaces of #b60aae
RGB | 182 | 10 | 174 |
---|---|---|---|
HSL | 0.84 | 0.90 | 0.38 |
HSV | 303° | 95° | 71° |
CMYK | 0.00 | 0.95 | 0.04 0.29 |
XYZ | 27.0399 | 13.2182 | 41.1706 |
Yxy | 13.2182 | 0.3321 | 0.1623 |
Hunter Lab | 36.3568 | 69.1324 | -41.6904 |
CIE-Lab | 43.0902 | 74.1466 | -42.7439 |
#b60aae color RGB value is (182,10,174).
#b60aae hex color red value is 182, green value is 10 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b60aae hue: 0.84 , saturation: 0.90 and the lightness value of b60aae is 0.38.
The process color (four color CMYK) of #b60aae color hex is 0.00, 0.95, 0.04, 0.29. Web safe color of #b60aae is #cc0099. Color #b60aae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00001010 | 10101110 |
Octal | 266 | 12 | 256 |
Decimal | 182 | 10 | 174 |
Hex | B6 | A | AE |
Shades of #b60aae
Tints of #b60aae
RGB Percentages of Color #b60aae
CMYK Percentages of Color #b60aae
Complementary Color
#b60aae | #0ab612 |
#b60aae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b60aae Color Preview on White Background
Lorem ipsum dolor sit amet.
#b60aae Color CSS Codes
.mybgcolor {background-color:#b60aae; } .myforecolor {color:#b60aae; } .mybordercolor {border:3px solid #b60aae; }
#b60aae Text Font Color
<p style="color:#b60aae">Text here</p>
This sample text font color is #b60aae
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.
#b60aae Background Color
<div style="background-color:#b60aae">
Div content here</div>
This div background color is #b60aae
#b60aae Border Color
<div style="border:3px solid #b60aae">
Div here</div>
This div border color is #b60aae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,10,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b60aae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b60aae; -webkit-box-shadow: 1px 1px 3px 2px #b60aae; box-shadow: 1px 1px 3px 2px #b60aae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,10,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 #b60aae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b60aae; -webkit-box-shadow: 1px 1px 3px 2px #b60aae; box-shadow: 1px 1px 3px 2px #b60aae;">
Div content here</div>
This div box has shadow with color #b60aae
Comments
No comments written yet.
Please login to write comment.