Color spaces of #d200ab
RGB | 210 | 0 | 171 |
---|---|---|---|
HSL | 0.86 | 1.00 | 0.41 |
HSV | 311° | 100° | 82° |
CMYK | 0.00 | 1.00 | 0.19 0.18 |
XYZ | 33.9290 | 16.6419 | 39.9520 |
Yxy | 16.6419 | 0.3748 | 0.1838 |
Hunter Lab | 40.7945 | 77.0691 | -29.5094 |
CIE-Lab | 47.8056 | 79.6646 | -33.1727 |
#d200ab color RGB value is (210,0,171).
#d200ab hex color red value is 210, green value is 0 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d200ab hue: 0.86 , saturation: 1.00 and the lightness value of d200ab is 0.41.
The process color (four color CMYK) of #d200ab color hex is 0.00, 1.00, 0.19, 0.18. Web safe color of #d200ab is #cc0099. Color #d200ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 00000000 | 10101011 |
Octal | 322 | 0 | 253 |
Decimal | 210 | 0 | 171 |
Hex | D2 | 0 | AB |
Shades of #d200ab
Tints of #d200ab
RGB Percentages of Color #d200ab
CMYK Percentages of Color #d200ab
Complementary Color
#d200ab | #00d227 |
#d200ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d200ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#d200ab Color CSS Codes
.mybgcolor {background-color:#d200ab; } .myforecolor {color:#d200ab; } .mybordercolor {border:3px solid #d200ab; }
#d200ab Text Font Color
<p style="color:#d200ab">Text here</p>
This sample text font color is #d200ab
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.
#d200ab Background Color
<div style="background-color:#d200ab">
Div content here</div>
This div background color is #d200ab
#d200ab Border Color
<div style="border:3px solid #d200ab">
Div here</div>
This div border color is #d200ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,0,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d200ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d200ab; -webkit-box-shadow: 1px 1px 3px 2px #d200ab; box-shadow: 1px 1px 3px 2px #d200ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,0,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d200ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d200ab; -webkit-box-shadow: 1px 1px 3px 2px #d200ab; box-shadow: 1px 1px 3px 2px #d200ab;">
Div content here</div>
This div box has shadow with color #d200ab
Comments
No comments written yet.
Please login to write comment.