Color spaces of #420ded
RGB | 66 | 13 | 237 |
---|---|---|---|
HSL | 0.71 | 0.90 | 0.49 |
HSV | 254° | 95° | 93° |
CMYK | 0.72 | 0.95 | 0.00 0.07 |
XYZ | 17.6768 | 7.5605 | 80.6484 |
Yxy | 7.5605 | 0.1669 | 0.0714 |
Hunter Lab | 27.4964 | 66.6350 | -154.6535 |
CIE-Lab | 33.0503 | 73.9793 | -96.3875 |
#420ded color RGB value is (66,13,237).
#420ded hex color red value is 66, green value is 13 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #420ded hue: 0.71 , saturation: 0.90 and the lightness value of 420ded is 0.49.
The process color (four color CMYK) of #420ded color hex is 0.72, 0.95, 0.00, 0.07. Web safe color of #420ded is #3300ff. Color #420ded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00001101 | 11101101 |
Octal | 102 | 15 | 355 |
Decimal | 66 | 13 | 237 |
Hex | 42 | D | ED |
Shades of #420ded
Tints of #420ded
RGB Percentages of Color #420ded
CMYK Percentages of Color #420ded
Complementary Color
#420ded | #b8ed0d |
#420ded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#420ded Color Preview on White Background
Lorem ipsum dolor sit amet.
#420ded Color CSS Codes
.mybgcolor {background-color:#420ded; } .myforecolor {color:#420ded; } .mybordercolor {border:3px solid #420ded; }
#420ded Text Font Color
<p style="color:#420ded">Text here</p>
This sample text font color is #420ded
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.
#420ded Background Color
<div style="background-color:#420ded">
Div content here</div>
This div background color is #420ded
#420ded Border Color
<div style="border:3px solid #420ded">
Div here</div>
This div border color is #420ded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,13,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #420ded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #420ded; -webkit-box-shadow: 1px 1px 3px 2px #420ded; box-shadow: 1px 1px 3px 2px #420ded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,13,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 #420ded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #420ded; -webkit-box-shadow: 1px 1px 3px 2px #420ded; box-shadow: 1px 1px 3px 2px #420ded;">
Div content here</div>
This div box has shadow with color #420ded
Comments
No comments written yet.
Please login to write comment.