Color spaces of #665adc
RGB | 102 | 90 | 220 |
---|---|---|---|
HSL | 0.68 | 0.65 | 0.61 |
HSV | 246° | 59° | 86° |
CMYK | 0.54 | 0.59 | 0.00 0.14 |
XYZ | 22.0539 | 15.3044 | 69.5018 |
Yxy | 15.3044 | 0.2064 | 0.1432 |
Hunter Lab | 39.1208 | 32.1658 | -77.9496 |
CIE-Lab | 46.0483 | 39.7959 | -65.2236 |
#665adc color RGB value is (102,90,220).
#665adc hex color red value is 102, green value is 90 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #665adc hue: 0.68 , saturation: 0.65 and the lightness value of 665adc is 0.61.
The process color (four color CMYK) of #665adc color hex is 0.54, 0.59, 0.00, 0.14. Web safe color of #665adc is #6666cc. Color #665adc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01011010 | 11011100 |
Octal | 146 | 132 | 334 |
Decimal | 102 | 90 | 220 |
Hex | 66 | 5A | DC |
Shades of #665adc
Tints of #665adc
RGB Percentages of Color #665adc
CMYK Percentages of Color #665adc
Complementary Color
#665adc | #d0dc5a |
#665adc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#665adc Color Preview on White Background
Lorem ipsum dolor sit amet.
#665adc Color CSS Codes
.mybgcolor {background-color:#665adc; } .myforecolor {color:#665adc; } .mybordercolor {border:3px solid #665adc; }
#665adc Text Font Color
<p style="color:#665adc">Text here</p>
This sample text font color is #665adc
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.
#665adc Background Color
<div style="background-color:#665adc">
Div content here</div>
This div background color is #665adc
#665adc Border Color
<div style="border:3px solid #665adc">
Div here</div>
This div border color is #665adc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,90,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #665adc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #665adc; -webkit-box-shadow: 1px 1px 3px 2px #665adc; box-shadow: 1px 1px 3px 2px #665adc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,90,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #665adc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #665adc; -webkit-box-shadow: 1px 1px 3px 2px #665adc; box-shadow: 1px 1px 3px 2px #665adc;">
Div content here</div>
This div box has shadow with color #665adc
Comments
No comments written yet.
Please login to write comment.