Color spaces of #b4106a
RGB | 180 | 16 | 106 |
---|---|---|---|
HSL | 0.91 | 0.84 | 0.38 |
HSV | 327° | 91° | 71° |
CMYK | 0.00 | 0.91 | 0.41 0.29 |
XYZ | 21.6092 | 11.1145 | 14.6420 |
Yxy | 11.1145 | 0.4562 | 0.2347 |
Hunter Lab | 33.3384 | 57.3574 | -2.7029 |
CIE-Lab | 39.7727 | 64.7671 | -6.3055 |
#b4106a color RGB value is (180,16,106).
#b4106a hex color red value is 180, green value is 16 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b4106a hue: 0.91 , saturation: 0.84 and the lightness value of b4106a is 0.38.
The process color (four color CMYK) of #b4106a color hex is 0.00, 0.91, 0.41, 0.29. Web safe color of #b4106a is #cc0066. Color #b4106a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00010000 | 01101010 |
Octal | 264 | 20 | 152 |
Decimal | 180 | 16 | 106 |
Hex | B4 | 10 | 6A |
Shades of #b4106a
Tints of #b4106a
RGB Percentages of Color #b4106a
CMYK Percentages of Color #b4106a
Complementary Color
#b4106a | #10b45a |
#b4106a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b4106a Color Preview on White Background
Lorem ipsum dolor sit amet.
#b4106a Color CSS Codes
.mybgcolor {background-color:#b4106a; } .myforecolor {color:#b4106a; } .mybordercolor {border:3px solid #b4106a; }
#b4106a Text Font Color
<p style="color:#b4106a">Text here</p>
This sample text font color is #b4106a
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.
#b4106a Background Color
<div style="background-color:#b4106a">
Div content here</div>
This div background color is #b4106a
#b4106a Border Color
<div style="border:3px solid #b4106a">
Div here</div>
This div border color is #b4106a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,16,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b4106a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b4106a; -webkit-box-shadow: 1px 1px 3px 2px #b4106a; box-shadow: 1px 1px 3px 2px #b4106a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,16,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b4106a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4106a; -webkit-box-shadow: 1px 1px 3px 2px #b4106a; box-shadow: 1px 1px 3px 2px #b4106a;">
Div content here</div>
This div box has shadow with color #b4106a
Comments
No comments written yet.
Please login to write comment.