Color spaces of #d042ab
RGB | 208 | 66 | 171 |
---|---|---|---|
HSL | 0.88 | 0.60 | 0.54 |
HSV | 316° | 68° | 82° |
CMYK | 0.00 | 0.68 | 0.18 0.18 |
XYZ | 35.3113 | 20.2466 | 40.5749 |
Yxy | 20.2466 | 0.3673 | 0.2106 |
Hunter Lab | 44.9962 | 61.3365 | -21.9668 |
CIE-Lab | 52.1149 | 65.8430 | -26.4832 |
#d042ab color RGB value is (208,66,171).
#d042ab hex color red value is 208, green value is 66 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d042ab hue: 0.88 , saturation: 0.60 and the lightness value of d042ab is 0.54.
The process color (four color CMYK) of #d042ab color hex is 0.00, 0.68, 0.18, 0.18. Web safe color of #d042ab is #cc3399. Color #d042ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01000010 | 10101011 |
Octal | 320 | 102 | 253 |
Decimal | 208 | 66 | 171 |
Hex | D0 | 42 | AB |
Shades of #d042ab
Tints of #d042ab
RGB Percentages of Color #d042ab
CMYK Percentages of Color #d042ab
Complementary Color
#d042ab | #42d067 |
#d042ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d042ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#d042ab Color CSS Codes
.mybgcolor {background-color:#d042ab; } .myforecolor {color:#d042ab; } .mybordercolor {border:3px solid #d042ab; }
#d042ab Text Font Color
<p style="color:#d042ab">Text here</p>
This sample text font color is #d042ab
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.
#d042ab Background Color
<div style="background-color:#d042ab">
Div content here</div>
This div background color is #d042ab
#d042ab Border Color
<div style="border:3px solid #d042ab">
Div here</div>
This div border color is #d042ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,66,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d042ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d042ab; -webkit-box-shadow: 1px 1px 3px 2px #d042ab; box-shadow: 1px 1px 3px 2px #d042ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,66,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 #d042ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d042ab; -webkit-box-shadow: 1px 1px 3px 2px #d042ab; box-shadow: 1px 1px 3px 2px #d042ab;">
Div content here</div>
This div box has shadow with color #d042ab
Comments
No comments written yet.
Please login to write comment.