Color spaces of #d28aca
RGB | 210 | 138 | 202 |
---|---|---|---|
HSL | 0.85 | 0.44 | 0.68 |
HSV | 307° | 34° | 82° |
CMYK | 0.00 | 0.34 | 0.04 0.18 |
XYZ | 46.3275 | 36.1429 | 60.4117 |
Yxy | 36.1429 | 0.3242 | 0.2530 |
Hunter Lab | 60.1190 | 32.3434 | -17.4954 |
CIE-Lab | 66.6290 | 37.3335 | -21.8789 |
#d28aca color RGB value is (210,138,202).
#d28aca hex color red value is 210, green value is 138 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d28aca hue: 0.85 , saturation: 0.44 and the lightness value of d28aca is 0.68.
The process color (four color CMYK) of #d28aca color hex is 0.00, 0.34, 0.04, 0.18. Web safe color of #d28aca is #cc99cc. Color #d28aca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 10001010 | 11001010 |
Octal | 322 | 212 | 312 |
Decimal | 210 | 138 | 202 |
Hex | D2 | 8A | CA |
Shades of #d28aca
Tints of #d28aca
RGB Percentages of Color #d28aca
CMYK Percentages of Color #d28aca
Complementary Color
#d28aca | #8ad292 |
#d28aca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d28aca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d28aca Color CSS Codes
.mybgcolor {background-color:#d28aca; } .myforecolor {color:#d28aca; } .mybordercolor {border:3px solid #d28aca; }
#d28aca Text Font Color
<p style="color:#d28aca">Text here</p>
This sample text font color is #d28aca
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.
#d28aca Background Color
<div style="background-color:#d28aca">
Div content here</div>
This div background color is #d28aca
#d28aca Border Color
<div style="border:3px solid #d28aca">
Div here</div>
This div border color is #d28aca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,138,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d28aca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d28aca; -webkit-box-shadow: 1px 1px 3px 2px #d28aca; box-shadow: 1px 1px 3px 2px #d28aca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,138,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d28aca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d28aca; -webkit-box-shadow: 1px 1px 3px 2px #d28aca; box-shadow: 1px 1px 3px 2px #d28aca;">
Div content here</div>
This div box has shadow with color #d28aca
Comments
No comments written yet.
Please login to write comment.