Color spaces of #d599ed
RGB | 213 | 153 | 237 |
---|---|---|---|
HSL | 0.79 | 0.70 | 0.76 |
HSV | 283° | 35° | 93° |
CMYK | 0.10 | 0.35 | 0.00 0.07 |
XYZ | 54.1179 | 43.0430 | 85.5766 |
Yxy | 43.0430 | 0.2962 | 0.2355 |
Hunter Lab | 65.6072 | 32.4282 | -31.4116 |
CIE-Lab | 71.5841 | 36.8991 | -33.5631 |
#d599ed color RGB value is (213,153,237).
#d599ed hex color red value is 213, green value is 153 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d599ed hue: 0.79 , saturation: 0.70 and the lightness value of d599ed is 0.76.
The process color (four color CMYK) of #d599ed color hex is 0.10, 0.35, 0.00, 0.07. Web safe color of #d599ed is #cc99ff. Color #d599ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10011001 | 11101101 |
Octal | 325 | 231 | 355 |
Decimal | 213 | 153 | 237 |
Hex | D5 | 99 | ED |
Shades of #d599ed
Tints of #d599ed
RGB Percentages of Color #d599ed
CMYK Percentages of Color #d599ed
Complementary Color
#d599ed | #b1ed99 |
#d599ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d599ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#d599ed Color CSS Codes
.mybgcolor {background-color:#d599ed; } .myforecolor {color:#d599ed; } .mybordercolor {border:3px solid #d599ed; }
#d599ed Text Font Color
<p style="color:#d599ed">Text here</p>
This sample text font color is #d599ed
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.
#d599ed Background Color
<div style="background-color:#d599ed">
Div content here</div>
This div background color is #d599ed
#d599ed Border Color
<div style="border:3px solid #d599ed">
Div here</div>
This div border color is #d599ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,153,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d599ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d599ed; -webkit-box-shadow: 1px 1px 3px 2px #d599ed; box-shadow: 1px 1px 3px 2px #d599ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,153,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d599ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d599ed; -webkit-box-shadow: 1px 1px 3px 2px #d599ed; box-shadow: 1px 1px 3px 2px #d599ed;">
Div content here</div>
This div box has shadow with color #d599ed
Comments
No comments written yet.
Please login to write comment.