Color spaces of #d762db
RGB | 215 | 98 | 219 |
---|---|---|---|
HSL | 0.83 | 0.63 | 0.62 |
HSV | 298° | 55° | 86° |
CMYK | 0.02 | 0.55 | 0.00 0.14 |
XYZ | 45.1782 | 28.2969 | 70.0985 |
Yxy | 28.2969 | 0.3147 | 0.1971 |
Hunter Lab | 53.1948 | 58.5085 | -40.8941 |
CIE-Lab | 60.1560 | 61.9529 | -41.3914 |
#d762db color RGB value is (215,98,219).
#d762db hex color red value is 215, green value is 98 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d762db hue: 0.83 , saturation: 0.63 and the lightness value of d762db is 0.62.
The process color (four color CMYK) of #d762db color hex is 0.02, 0.55, 0.00, 0.14. Web safe color of #d762db is #cc66cc. Color #d762db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01100010 | 11011011 |
Octal | 327 | 142 | 333 |
Decimal | 215 | 98 | 219 |
Hex | D7 | 62 | DB |
Shades of #d762db
Tints of #d762db
RGB Percentages of Color #d762db
CMYK Percentages of Color #d762db
Complementary Color
#d762db | #66db62 |
#d762db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d762db Color Preview on White Background
Lorem ipsum dolor sit amet.
#d762db Color CSS Codes
.mybgcolor {background-color:#d762db; } .myforecolor {color:#d762db; } .mybordercolor {border:3px solid #d762db; }
#d762db Text Font Color
<p style="color:#d762db">Text here</p>
This sample text font color is #d762db
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.
#d762db Background Color
<div style="background-color:#d762db">
Div content here</div>
This div background color is #d762db
#d762db Border Color
<div style="border:3px solid #d762db">
Div here</div>
This div border color is #d762db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,98,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d762db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d762db; -webkit-box-shadow: 1px 1px 3px 2px #d762db; box-shadow: 1px 1px 3px 2px #d762db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,98,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d762db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d762db; -webkit-box-shadow: 1px 1px 3px 2px #d762db; box-shadow: 1px 1px 3px 2px #d762db;">
Div content here</div>
This div box has shadow with color #d762db
Comments
No comments written yet.
Please login to write comment.