Color spaces of #b930ad
RGB | 185 | 48 | 173 |
---|---|---|---|
HSL | 0.85 | 0.59 | 0.46 |
HSV | 305° | 74° | 73° |
CMYK | 0.00 | 0.74 | 0.06 0.27 |
XYZ | 28.6074 | 15.4453 | 41.0086 |
Yxy | 15.4453 | 0.3363 | 0.1816 |
Hunter Lab | 39.3005 | 61.1568 | -34.3565 |
CIE-Lab | 46.2382 | 66.8132 | -37.1264 |
#b930ad color RGB value is (185,48,173).
#b930ad hex color red value is 185, green value is 48 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b930ad hue: 0.85 , saturation: 0.59 and the lightness value of b930ad is 0.46.
The process color (four color CMYK) of #b930ad color hex is 0.00, 0.74, 0.06, 0.27. Web safe color of #b930ad is #cc3399. Color #b930ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00110000 | 10101101 |
Octal | 271 | 60 | 255 |
Decimal | 185 | 48 | 173 |
Hex | B9 | 30 | AD |
Shades of #b930ad
Tints of #b930ad
RGB Percentages of Color #b930ad
CMYK Percentages of Color #b930ad
Complementary Color
#b930ad | #30b93c |
#b930ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b930ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b930ad Color CSS Codes
.mybgcolor {background-color:#b930ad; } .myforecolor {color:#b930ad; } .mybordercolor {border:3px solid #b930ad; }
#b930ad Text Font Color
<p style="color:#b930ad">Text here</p>
This sample text font color is #b930ad
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.
#b930ad Background Color
<div style="background-color:#b930ad">
Div content here</div>
This div background color is #b930ad
#b930ad Border Color
<div style="border:3px solid #b930ad">
Div here</div>
This div border color is #b930ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,48,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b930ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b930ad; -webkit-box-shadow: 1px 1px 3px 2px #b930ad; box-shadow: 1px 1px 3px 2px #b930ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,48,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 #b930ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b930ad; -webkit-box-shadow: 1px 1px 3px 2px #b930ad; box-shadow: 1px 1px 3px 2px #b930ad;">
Div content here</div>
This div box has shadow with color #b930ad
Comments
No comments written yet.
Please login to write comment.