Color spaces of #d60aef
RGB | 214 | 10 | 239 |
---|---|---|---|
HSL | 0.82 | 0.92 | 0.49 |
HSV | 293° | 96° | 94° |
CMYK | 0.10 | 0.96 | 0.00 0.06 |
XYZ | 43.4201 | 20.7452 | 83.3771 |
Yxy | 20.7452 | 0.2943 | 0.1406 |
Hunter Lab | 45.5469 | 90.4579 | -76.6521 |
CIE-Lab | 52.6695 | 89.0936 | -64.5795 |
#d60aef color RGB value is (214,10,239).
#d60aef hex color red value is 214, green value is 10 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d60aef hue: 0.82 , saturation: 0.92 and the lightness value of d60aef is 0.49.
The process color (four color CMYK) of #d60aef color hex is 0.10, 0.96, 0.00, 0.06. Web safe color of #d60aef is #cc00ff. Color #d60aef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 00001010 | 11101111 |
Octal | 326 | 12 | 357 |
Decimal | 214 | 10 | 239 |
Hex | D6 | A | EF |
Shades of #d60aef
Tints of #d60aef
RGB Percentages of Color #d60aef
CMYK Percentages of Color #d60aef
Complementary Color
#d60aef | #23ef0a |
#d60aef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d60aef Color Preview on White Background
Lorem ipsum dolor sit amet.
#d60aef Color CSS Codes
.mybgcolor {background-color:#d60aef; } .myforecolor {color:#d60aef; } .mybordercolor {border:3px solid #d60aef; }
#d60aef Text Font Color
<p style="color:#d60aef">Text here</p>
This sample text font color is #d60aef
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.
#d60aef Background Color
<div style="background-color:#d60aef">
Div content here</div>
This div background color is #d60aef
#d60aef Border Color
<div style="border:3px solid #d60aef">
Div here</div>
This div border color is #d60aef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,10,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d60aef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d60aef; -webkit-box-shadow: 1px 1px 3px 2px #d60aef; box-shadow: 1px 1px 3px 2px #d60aef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,10,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d60aef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d60aef; -webkit-box-shadow: 1px 1px 3px 2px #d60aef; box-shadow: 1px 1px 3px 2px #d60aef;">
Div content here</div>
This div box has shadow with color #d60aef
Comments
No comments written yet.
Please login to write comment.