Color spaces of #662dda
RGB | 102 | 45 | 218 |
---|---|---|---|
HSL | 0.72 | 0.70 | 0.52 |
HSV | 260° | 79° | 85° |
CMYK | 0.53 | 0.79 | 0.00 0.15 |
XYZ | 19.0728 | 9.7635 | 67.2090 |
Yxy | 9.7635 | 0.1986 | 0.1017 |
Hunter Lab | 31.2466 | 54.2741 | -105.6555 |
CIE-Lab | 37.4146 | 62.4912 | -78.1946 |
#662dda color RGB value is (102,45,218).
#662dda hex color red value is 102, green value is 45 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #662dda hue: 0.72 , saturation: 0.70 and the lightness value of 662dda is 0.52.
The process color (four color CMYK) of #662dda color hex is 0.53, 0.79, 0.00, 0.15. Web safe color of #662dda is #6633cc. Color #662dda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 00101101 | 11011010 |
Octal | 146 | 55 | 332 |
Decimal | 102 | 45 | 218 |
Hex | 66 | 2D | DA |
Shades of #662dda
Tints of #662dda
RGB Percentages of Color #662dda
CMYK Percentages of Color #662dda
Complementary Color
#662dda | #a1da2d |
#662dda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#662dda Color Preview on White Background
Lorem ipsum dolor sit amet.
#662dda Color CSS Codes
.mybgcolor {background-color:#662dda; } .myforecolor {color:#662dda; } .mybordercolor {border:3px solid #662dda; }
#662dda Text Font Color
<p style="color:#662dda">Text here</p>
This sample text font color is #662dda
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.
#662dda Background Color
<div style="background-color:#662dda">
Div content here</div>
This div background color is #662dda
#662dda Border Color
<div style="border:3px solid #662dda">
Div here</div>
This div border color is #662dda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,45,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #662dda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #662dda; -webkit-box-shadow: 1px 1px 3px 2px #662dda; box-shadow: 1px 1px 3px 2px #662dda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,45,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #662dda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #662dda; -webkit-box-shadow: 1px 1px 3px 2px #662dda; box-shadow: 1px 1px 3px 2px #662dda;">
Div content here</div>
This div box has shadow with color #662dda
Comments
No comments written yet.
Please login to write comment.