Color spaces of #d70abb
RGB | 215 | 10 | 187 |
---|---|---|---|
HSL | 0.86 | 0.91 | 0.44 |
HSV | 308° | 95° | 84° |
CMYK | 0.00 | 0.95 | 0.13 0.16 |
XYZ | 37.1025 | 18.2520 | 48.5812 |
Yxy | 18.2520 | 0.3570 | 0.1756 |
Hunter Lab | 42.7224 | 80.2553 | -37.5152 |
CIE-Lab | 49.8003 | 81.7972 | -39.3779 |
#d70abb color RGB value is (215,10,187).
#d70abb hex color red value is 215, green value is 10 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d70abb hue: 0.86 , saturation: 0.91 and the lightness value of d70abb is 0.44.
The process color (four color CMYK) of #d70abb color hex is 0.00, 0.95, 0.13, 0.16. Web safe color of #d70abb is #cc00cc. Color #d70abb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 00001010 | 10111011 |
Octal | 327 | 12 | 273 |
Decimal | 215 | 10 | 187 |
Hex | D7 | A | BB |
Shades of #d70abb
Tints of #d70abb
RGB Percentages of Color #d70abb
CMYK Percentages of Color #d70abb
Complementary Color
#d70abb | #0ad726 |
#d70abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d70abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d70abb Color CSS Codes
.mybgcolor {background-color:#d70abb; } .myforecolor {color:#d70abb; } .mybordercolor {border:3px solid #d70abb; }
#d70abb Text Font Color
<p style="color:#d70abb">Text here</p>
This sample text font color is #d70abb
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.
#d70abb Background Color
<div style="background-color:#d70abb">
Div content here</div>
This div background color is #d70abb
#d70abb Border Color
<div style="border:3px solid #d70abb">
Div here</div>
This div border color is #d70abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,10,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d70abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d70abb; -webkit-box-shadow: 1px 1px 3px 2px #d70abb; box-shadow: 1px 1px 3px 2px #d70abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,10,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d70abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d70abb; -webkit-box-shadow: 1px 1px 3px 2px #d70abb; box-shadow: 1px 1px 3px 2px #d70abb;">
Div content here</div>
This div box has shadow with color #d70abb
Comments
No comments written yet.
Please login to write comment.