Color spaces of #d36eea
RGB | 211 | 110 | 234 |
---|---|---|---|
HSL | 0.80 | 0.75 | 0.67 |
HSV | 289° | 53° | 92° |
CMYK | 0.10 | 0.53 | 0.00 0.08 |
XYZ | 47.2912 | 30.9413 | 81.3216 |
Yxy | 30.9413 | 0.2964 | 0.1939 |
Hunter Lab | 55.6249 | 54.4136 | -47.7424 |
CIE-Lab | 62.4580 | 58.0213 | -46.1865 |
#d36eea color RGB value is (211,110,234).
#d36eea hex color red value is 211, green value is 110 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d36eea hue: 0.80 , saturation: 0.75 and the lightness value of d36eea is 0.67.
The process color (four color CMYK) of #d36eea color hex is 0.10, 0.53, 0.00, 0.08. Web safe color of #d36eea is #cc66ff. Color #d36eea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 01101110 | 11101010 |
Octal | 323 | 156 | 352 |
Decimal | 211 | 110 | 234 |
Hex | D3 | 6E | EA |
Shades of #d36eea
Tints of #d36eea
RGB Percentages of Color #d36eea
CMYK Percentages of Color #d36eea
Complementary Color
#d36eea | #85ea6e |
#d36eea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d36eea Color Preview on White Background
Lorem ipsum dolor sit amet.
#d36eea Color CSS Codes
.mybgcolor {background-color:#d36eea; } .myforecolor {color:#d36eea; } .mybordercolor {border:3px solid #d36eea; }
#d36eea Text Font Color
<p style="color:#d36eea">Text here</p>
This sample text font color is #d36eea
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.
#d36eea Background Color
<div style="background-color:#d36eea">
Div content here</div>
This div background color is #d36eea
#d36eea Border Color
<div style="border:3px solid #d36eea">
Div here</div>
This div border color is #d36eea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,110,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d36eea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d36eea; -webkit-box-shadow: 1px 1px 3px 2px #d36eea; box-shadow: 1px 1px 3px 2px #d36eea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,110,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d36eea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d36eea; -webkit-box-shadow: 1px 1px 3px 2px #d36eea; box-shadow: 1px 1px 3px 2px #d36eea;">
Div content here</div>
This div box has shadow with color #d36eea
Comments
No comments written yet.
Please login to write comment.