Color spaces of #d278ab
RGB | 210 | 120 | 171 |
---|---|---|---|
HSL | 0.91 | 0.50 | 0.65 |
HSV | 326° | 43° | 82° |
CMYK | 0.00 | 0.43 | 0.19 0.18 |
XYZ | 40.6455 | 30.0749 | 42.1909 |
Yxy | 30.0749 | 0.3600 | 0.2664 |
Hunter Lab | 54.8406 | 36.3255 | -7.2256 |
CIE-Lab | 61.7188 | 41.7044 | -11.8106 |
#d278ab color RGB value is (210,120,171).
#d278ab hex color red value is 210, green value is 120 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d278ab hue: 0.91 , saturation: 0.50 and the lightness value of d278ab is 0.65.
The process color (four color CMYK) of #d278ab color hex is 0.00, 0.43, 0.19, 0.18. Web safe color of #d278ab is #cc6699. Color #d278ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 01111000 | 10101011 |
Octal | 322 | 170 | 253 |
Decimal | 210 | 120 | 171 |
Hex | D2 | 78 | AB |
Shades of #d278ab
Tints of #d278ab
RGB Percentages of Color #d278ab
CMYK Percentages of Color #d278ab
Complementary Color
#d278ab | #78d29f |
#d278ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d278ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#d278ab Color CSS Codes
.mybgcolor {background-color:#d278ab; } .myforecolor {color:#d278ab; } .mybordercolor {border:3px solid #d278ab; }
#d278ab Text Font Color
<p style="color:#d278ab">Text here</p>
This sample text font color is #d278ab
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.
#d278ab Background Color
<div style="background-color:#d278ab">
Div content here</div>
This div background color is #d278ab
#d278ab Border Color
<div style="border:3px solid #d278ab">
Div here</div>
This div border color is #d278ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,120,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d278ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d278ab; -webkit-box-shadow: 1px 1px 3px 2px #d278ab; box-shadow: 1px 1px 3px 2px #d278ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,120,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 #d278ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d278ab; -webkit-box-shadow: 1px 1px 3px 2px #d278ab; box-shadow: 1px 1px 3px 2px #d278ab;">
Div content here</div>
This div box has shadow with color #d278ab
Comments
No comments written yet.
Please login to write comment.