Color spaces of #d799eb
RGB | 215 | 153 | 235 |
---|---|---|---|
HSL | 0.79 | 0.67 | 0.76 |
HSV | 285° | 35° | 92° |
CMYK | 0.09 | 0.35 | 0.00 0.08 |
XYZ | 54.4110 | 43.2277 | 84.0733 |
Yxy | 43.2277 | 0.2994 | 0.2379 |
Hunter Lab | 65.7478 | 32.6629 | -29.7921 |
CIE-Lab | 71.7092 | 37.1067 | -32.2602 |
#d799eb color RGB value is (215,153,235).
#d799eb hex color red value is 215, green value is 153 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d799eb hue: 0.79 , saturation: 0.67 and the lightness value of d799eb is 0.76.
The process color (four color CMYK) of #d799eb color hex is 0.09, 0.35, 0.00, 0.08. Web safe color of #d799eb is #cc99ff. Color #d799eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 10011001 | 11101011 |
Octal | 327 | 231 | 353 |
Decimal | 215 | 153 | 235 |
Hex | D7 | 99 | EB |
Shades of #d799eb
Tints of #d799eb
RGB Percentages of Color #d799eb
CMYK Percentages of Color #d799eb
Complementary Color
#d799eb | #adeb99 |
#d799eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d799eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d799eb Color CSS Codes
.mybgcolor {background-color:#d799eb; } .myforecolor {color:#d799eb; } .mybordercolor {border:3px solid #d799eb; }
#d799eb Text Font Color
<p style="color:#d799eb">Text here</p>
This sample text font color is #d799eb
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.
#d799eb Background Color
<div style="background-color:#d799eb">
Div content here</div>
This div background color is #d799eb
#d799eb Border Color
<div style="border:3px solid #d799eb">
Div here</div>
This div border color is #d799eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,153,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d799eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d799eb; -webkit-box-shadow: 1px 1px 3px 2px #d799eb; box-shadow: 1px 1px 3px 2px #d799eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,153,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d799eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d799eb; -webkit-box-shadow: 1px 1px 3px 2px #d799eb; box-shadow: 1px 1px 3px 2px #d799eb;">
Div content here</div>
This div box has shadow with color #d799eb
Comments
No comments written yet.
Please login to write comment.