Color spaces of #d22bad
RGB | 210 | 43 | 173 |
---|---|---|---|
HSL | 0.87 | 0.66 | 0.50 |
HSV | 313° | 80° | 82° |
CMYK | 0.00 | 0.80 | 0.18 0.18 |
XYZ | 34.9850 | 18.4465 | 41.2518 |
Yxy | 18.4465 | 0.3695 | 0.1948 |
Hunter Lab | 42.9494 | 70.2381 | -26.8820 |
CIE-Lab | 50.0332 | 73.7050 | -30.8681 |
#d22bad color RGB value is (210,43,173).
#d22bad hex color red value is 210, green value is 43 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d22bad hue: 0.87 , saturation: 0.66 and the lightness value of d22bad is 0.50.
The process color (four color CMYK) of #d22bad color hex is 0.00, 0.80, 0.18, 0.18. Web safe color of #d22bad is #cc3399. Color #d22bad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 00101011 | 10101101 |
Octal | 322 | 53 | 255 |
Decimal | 210 | 43 | 173 |
Hex | D2 | 2B | AD |
Shades of #d22bad
Tints of #d22bad
RGB Percentages of Color #d22bad
CMYK Percentages of Color #d22bad
Complementary Color
#d22bad | #2bd250 |
#d22bad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d22bad Color Preview on White Background
Lorem ipsum dolor sit amet.
#d22bad Color CSS Codes
.mybgcolor {background-color:#d22bad; } .myforecolor {color:#d22bad; } .mybordercolor {border:3px solid #d22bad; }
#d22bad Text Font Color
<p style="color:#d22bad">Text here</p>
This sample text font color is #d22bad
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.
#d22bad Background Color
<div style="background-color:#d22bad">
Div content here</div>
This div background color is #d22bad
#d22bad Border Color
<div style="border:3px solid #d22bad">
Div here</div>
This div border color is #d22bad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,43,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d22bad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d22bad; -webkit-box-shadow: 1px 1px 3px 2px #d22bad; box-shadow: 1px 1px 3px 2px #d22bad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,43,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 #d22bad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d22bad; -webkit-box-shadow: 1px 1px 3px 2px #d22bad; box-shadow: 1px 1px 3px 2px #d22bad;">
Div content here</div>
This div box has shadow with color #d22bad
Comments
No comments written yet.
Please login to write comment.