Color spaces of #b4207a
RGB | 180 | 32 | 122 |
---|---|---|---|
HSL | 0.90 | 0.70 | 0.42 |
HSV | 324° | 82° | 71° |
CMYK | 0.00 | 0.82 | 0.32 0.29 |
XYZ | 22.8518 | 12.1415 | 19.5515 |
Yxy | 12.1415 | 0.4190 | 0.2226 |
Hunter Lab | 34.8447 | 56.0856 | -8.8766 |
CIE-Lab | 41.4401 | 63.3203 | -13.7984 |
#b4207a color RGB value is (180,32,122).
#b4207a hex color red value is 180, green value is 32 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b4207a hue: 0.90 , saturation: 0.70 and the lightness value of b4207a is 0.42.
The process color (four color CMYK) of #b4207a color hex is 0.00, 0.82, 0.32, 0.29. Web safe color of #b4207a is #cc3366. Color #b4207a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00100000 | 01111010 |
Octal | 264 | 40 | 172 |
Decimal | 180 | 32 | 122 |
Hex | B4 | 20 | 7A |
Shades of #b4207a
Tints of #b4207a
RGB Percentages of Color #b4207a
CMYK Percentages of Color #b4207a
Complementary Color
#b4207a | #20b45a |
#b4207a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b4207a Color Preview on White Background
Lorem ipsum dolor sit amet.
#b4207a Color CSS Codes
.mybgcolor {background-color:#b4207a; } .myforecolor {color:#b4207a; } .mybordercolor {border:3px solid #b4207a; }
#b4207a Text Font Color
<p style="color:#b4207a">Text here</p>
This sample text font color is #b4207a
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.
#b4207a Background Color
<div style="background-color:#b4207a">
Div content here</div>
This div background color is #b4207a
#b4207a Border Color
<div style="border:3px solid #b4207a">
Div here</div>
This div border color is #b4207a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,32,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b4207a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b4207a; -webkit-box-shadow: 1px 1px 3px 2px #b4207a; box-shadow: 1px 1px 3px 2px #b4207a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,32,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b4207a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4207a; -webkit-box-shadow: 1px 1px 3px 2px #b4207a; box-shadow: 1px 1px 3px 2px #b4207a;">
Div content here</div>
This div box has shadow with color #b4207a
Comments
No comments written yet.
Please login to write comment.