Color spaces of #dcabea
RGB | 220 | 171 | 234 |
---|---|---|---|
HSL | 0.80 | 0.60 | 0.79 |
HSV | 287° | 27° | 92° |
CMYK | 0.06 | 0.27 | 0.00 0.08 |
XYZ | 58.9294 | 50.2820 | 84.4414 |
Yxy | 50.2820 | 0.3043 | 0.2597 |
Hunter Lab | 70.9098 | 24.2498 | -20.9673 |
CIE-Lab | 76.2420 | 28.7566 | -24.7125 |
#dcabea color RGB value is (220,171,234).
#dcabea hex color red value is 220, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dcabea hue: 0.80 , saturation: 0.60 and the lightness value of dcabea is 0.79.
The process color (four color CMYK) of #dcabea color hex is 0.06, 0.27, 0.00, 0.08. Web safe color of #dcabea is #cc99ff. Color #dcabea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101011 | 11101010 |
Octal | 334 | 253 | 352 |
Decimal | 220 | 171 | 234 |
Hex | DC | AB | EA |
Shades of #dcabea
Tints of #dcabea
RGB Percentages of Color #dcabea
CMYK Percentages of Color #dcabea
Complementary Color
#dcabea | #b9eaab |
#dcabea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcabea Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcabea Color CSS Codes
.mybgcolor {background-color:#dcabea; } .myforecolor {color:#dcabea; } .mybordercolor {border:3px solid #dcabea; }
#dcabea Text Font Color
<p style="color:#dcabea">Text here</p>
This sample text font color is #dcabea
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.
#dcabea Background Color
<div style="background-color:#dcabea">
Div content here</div>
This div background color is #dcabea
#dcabea Border Color
<div style="border:3px solid #dcabea">
Div here</div>
This div border color is #dcabea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,171,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcabea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcabea; -webkit-box-shadow: 1px 1px 3px 2px #dcabea; box-shadow: 1px 1px 3px 2px #dcabea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,171,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcabea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcabea; -webkit-box-shadow: 1px 1px 3px 2px #dcabea; box-shadow: 1px 1px 3px 2px #dcabea;">
Div content here</div>
This div box has shadow with color #dcabea
Comments
No comments written yet.
Please login to write comment.