Color spaces of #d75aee
RGB | 215 | 90 | 238 |
---|---|---|---|
HSL | 0.81 | 0.81 | 0.64 |
HSV | 291° | 62° | 93° |
CMYK | 0.10 | 0.62 | 0.00 0.07 |
XYZ | 47.1131 | 27.9324 | 83.7973 |
Yxy | 27.9324 | 0.2966 | 0.1758 |
Hunter Lab | 52.8511 | 66.6309 | -57.0106 |
CIE-Lab | 59.8276 | 68.8614 | -52.5448 |
#d75aee color RGB value is (215,90,238).
#d75aee hex color red value is 215, green value is 90 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d75aee hue: 0.81 , saturation: 0.81 and the lightness value of d75aee is 0.64.
The process color (four color CMYK) of #d75aee color hex is 0.10, 0.62, 0.00, 0.07. Web safe color of #d75aee is #cc66ff. Color #d75aee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01011010 | 11101110 |
Octal | 327 | 132 | 356 |
Decimal | 215 | 90 | 238 |
Hex | D7 | 5A | EE |
Shades of #d75aee
Tints of #d75aee
RGB Percentages of Color #d75aee
CMYK Percentages of Color #d75aee
Complementary Color
#d75aee | #71ee5a |
#d75aee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d75aee Color Preview on White Background
Lorem ipsum dolor sit amet.
#d75aee Color CSS Codes
.mybgcolor {background-color:#d75aee; } .myforecolor {color:#d75aee; } .mybordercolor {border:3px solid #d75aee; }
#d75aee Text Font Color
<p style="color:#d75aee">Text here</p>
This sample text font color is #d75aee
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.
#d75aee Background Color
<div style="background-color:#d75aee">
Div content here</div>
This div background color is #d75aee
#d75aee Border Color
<div style="border:3px solid #d75aee">
Div here</div>
This div border color is #d75aee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,90,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d75aee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d75aee; -webkit-box-shadow: 1px 1px 3px 2px #d75aee; box-shadow: 1px 1px 3px 2px #d75aee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,90,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d75aee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d75aee; -webkit-box-shadow: 1px 1px 3px 2px #d75aee; box-shadow: 1px 1px 3px 2px #d75aee;">
Div content here</div>
This div box has shadow with color #d75aee
Comments
No comments written yet.
Please login to write comment.