Color spaces of #b20dad
RGB | 178 | 13 | 173 |
---|---|---|---|
HSL | 0.84 | 0.86 | 0.37 |
HSV | 302° | 93° | 70° |
CMYK | 0.00 | 0.93 | 0.03 0.30 |
XYZ | 26.0468 | 12.7700 | 40.6272 |
Yxy | 12.7700 | 0.3279 | 0.1607 |
Hunter Lab | 35.7351 | 67.5695 | -42.3921 |
CIE-Lab | 42.4146 | 72.9824 | -43.2696 |
#b20dad color RGB value is (178,13,173).
#b20dad hex color red value is 178, green value is 13 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b20dad hue: 0.84 , saturation: 0.86 and the lightness value of b20dad is 0.37.
The process color (four color CMYK) of #b20dad color hex is 0.00, 0.93, 0.03, 0.30. Web safe color of #b20dad is #990099. Color #b20dad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 00001101 | 10101101 |
Octal | 262 | 15 | 255 |
Decimal | 178 | 13 | 173 |
Hex | B2 | D | AD |
Shades of #b20dad
Tints of #b20dad
RGB Percentages of Color #b20dad
CMYK Percentages of Color #b20dad
Complementary Color
#b20dad | #0db212 |
#b20dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b20dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b20dad Color CSS Codes
.mybgcolor {background-color:#b20dad; } .myforecolor {color:#b20dad; } .mybordercolor {border:3px solid #b20dad; }
#b20dad Text Font Color
<p style="color:#b20dad">Text here</p>
This sample text font color is #b20dad
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.
#b20dad Background Color
<div style="background-color:#b20dad">
Div content here</div>
This div background color is #b20dad
#b20dad Border Color
<div style="border:3px solid #b20dad">
Div here</div>
This div border color is #b20dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,13,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b20dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b20dad; -webkit-box-shadow: 1px 1px 3px 2px #b20dad; box-shadow: 1px 1px 3px 2px #b20dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,13,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 #b20dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b20dad; -webkit-box-shadow: 1px 1px 3px 2px #b20dad; box-shadow: 1px 1px 3px 2px #b20dad;">
Div content here</div>
This div box has shadow with color #b20dad
Comments
No comments written yet.
Please login to write comment.