Color Hex Logo

#665adc Color Hex

#665ADC
(102,90,220)
0 Favorites   0 Comments

Color spaces of #665adc

RGB 10290220
HSL0.680.650.61
HSV246°59°86°
CMYK 0.540.590.00   0.14
XYZ22.053915.304469.5018
Yxy15.30440.20640.1432
Hunter Lab39.120832.1658-77.9496
CIE-Lab46.048339.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

BaseRedGreenBlue
Binary 01100110 01011010 11011100
Octal 146 132 334
Decimal 102 90 220
Hex 66 5A DC

RGB Percentages of Color #665adc

%24.76
%21.84
%53.40

CMYK Percentages of Color #665adc

%54
%59
%0
%14

Triadic Colors of #665adc

#665adc #dc665a #5adc66

Analogous Colors of #665adc

#665adc #a75adc #5a8fdc

Monochromatic Colors of #665adc

#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.