Color spaces of #b22dad
RGB | 178 | 45 | 173 |
---|---|---|---|
HSL | 0.84 | 0.60 | 0.44 |
HSV | 302° | 75° | 70° |
CMYK | 0.00 | 0.75 | 0.03 0.30 |
XYZ | 26.8413 | 14.3589 | 40.8920 |
Yxy | 14.3589 | 0.3270 | 0.1749 |
Hunter Lab | 37.8931 | 60.1260 | -37.4570 |
CIE-Lab | 44.7433 | 66.2141 | -39.5668 |
#b22dad color RGB value is (178,45,173).
#b22dad hex color red value is 178, green value is 45 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b22dad hue: 0.84 , saturation: 0.60 and the lightness value of b22dad is 0.44.
The process color (four color CMYK) of #b22dad color hex is 0.00, 0.75, 0.03, 0.30. Web safe color of #b22dad is #993399. Color #b22dad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 00101101 | 10101101 |
Octal | 262 | 55 | 255 |
Decimal | 178 | 45 | 173 |
Hex | B2 | 2D | AD |
Shades of #b22dad
Tints of #b22dad
RGB Percentages of Color #b22dad
CMYK Percentages of Color #b22dad
Complementary Color
#b22dad | #2db232 |
#b22dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b22dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b22dad Color CSS Codes
.mybgcolor {background-color:#b22dad; } .myforecolor {color:#b22dad; } .mybordercolor {border:3px solid #b22dad; }
#b22dad Text Font Color
<p style="color:#b22dad">Text here</p>
This sample text font color is #b22dad
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.
#b22dad Background Color
<div style="background-color:#b22dad">
Div content here</div>
This div background color is #b22dad
#b22dad Border Color
<div style="border:3px solid #b22dad">
Div here</div>
This div border color is #b22dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,45,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b22dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b22dad; -webkit-box-shadow: 1px 1px 3px 2px #b22dad; box-shadow: 1px 1px 3px 2px #b22dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,45,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 #b22dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b22dad; -webkit-box-shadow: 1px 1px 3px 2px #b22dad; box-shadow: 1px 1px 3px 2px #b22dad;">
Div content here</div>
This div box has shadow with color #b22dad
Comments
No comments written yet.
Please login to write comment.