Color spaces of #b814ad
RGB | 184 | 20 | 173 |
---|---|---|---|
HSL | 0.84 | 0.80 | 0.40 |
HSV | 304° | 89° | 72° |
CMYK | 0.00 | 0.89 | 0.06 0.28 |
XYZ | 27.5601 | 13.7078 | 40.7284 |
Yxy | 13.7078 | 0.3361 | 0.1672 |
Hunter Lab | 37.0240 | 68.0804 | -39.3053 |
CIE-Lab | 43.8109 | 73.1354 | -40.9816 |
#b814ad color RGB value is (184,20,173).
#b814ad hex color red value is 184, green value is 20 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b814ad hue: 0.84 , saturation: 0.80 and the lightness value of b814ad is 0.40.
The process color (four color CMYK) of #b814ad color hex is 0.00, 0.89, 0.06, 0.28. Web safe color of #b814ad is #cc0099. Color #b814ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00010100 | 10101101 |
Octal | 270 | 24 | 255 |
Decimal | 184 | 20 | 173 |
Hex | B8 | 14 | AD |
Shades of #b814ad
Tints of #b814ad
RGB Percentages of Color #b814ad
CMYK Percentages of Color #b814ad
Complementary Color
#b814ad | #14b81f |
#b814ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b814ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b814ad Color CSS Codes
.mybgcolor {background-color:#b814ad; } .myforecolor {color:#b814ad; } .mybordercolor {border:3px solid #b814ad; }
#b814ad Text Font Color
<p style="color:#b814ad">Text here</p>
This sample text font color is #b814ad
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.
#b814ad Background Color
<div style="background-color:#b814ad">
Div content here</div>
This div background color is #b814ad
#b814ad Border Color
<div style="border:3px solid #b814ad">
Div here</div>
This div border color is #b814ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,20,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b814ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b814ad; -webkit-box-shadow: 1px 1px 3px 2px #b814ad; box-shadow: 1px 1px 3px 2px #b814ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,20,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b814ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b814ad; -webkit-box-shadow: 1px 1px 3px 2px #b814ad; box-shadow: 1px 1px 3px 2px #b814ad;">
Div content here</div>
This div box has shadow with color #b814ad
Comments
No comments written yet.
Please login to write comment.