Color Hex Logo

#665aca Color Hex

#665ACA
(102,90,202)
0 Favorites   0 Comments

Color spaces of #665aca

RGB 10290202
HSL0.680.510.57
HSV246°55°79°
CMYK 0.500.550.00   0.21
XYZ19.796314.401457.6135
Yxy14.40140.21560.1569
Hunter Lab37.949226.7040-63.4482
CIE-Lab44.803234.2994-56.9320

#665aca color RGB value is (102,90,202).

#665aca hex color red value is 102, green value is 90 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #665aca hue: 0.68 , saturation: 0.51 and the lightness value of 665aca is 0.57.

The process color (four color CMYK) of #665aca color hex is 0.50, 0.55, 0.00, 0.21. Web safe color of #665aca is #6666cc. Color #665aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011010 11001010
Octal 146 132 312
Decimal 102 90 202
Hex 66 5A CA

RGB Percentages of Color #665aca

%25.89
%22.84
%51.27

CMYK Percentages of Color #665aca

%50
%55
%0
%21

Triadic Colors of #665aca

#665aca #ca665a #5aca66

Analogous Colors of #665aca

#665aca #9e5aca #5a86ca

Monochromatic Colors of #665aca

#665aca

Complementary Color

#665aca #beca5a

#665aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#665aca Color CSS Codes

.mybgcolor {background-color:#665aca; } 
.myforecolor {color:#665aca; }
.mybordercolor {border:3px solid #665aca; }

#665aca Text Font Color

<p style="color:#665aca">Text here</p>

This sample text font color is #665aca
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.


#665aca Background Color

<div style="background-color:#665aca">
Div content here</div>

This div background color is #665aca


#665aca Border Color

<div style="border:3px solid #665aca">
Div here</div>

This div border color is #665aca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,90,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #665aca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #665aca;
  -webkit-box-shadow: 1px 1px 3px 2px #665aca;
  box-shadow:         1px 1px 3px 2px #665aca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,90,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #665aca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #665aca;
  -webkit-box-shadow: 1px 1px 3px 2px #665aca;
  box-shadow:         1px 1px 3px 2px #665aca;">
Div content here</div>

This div box has shadow with color #665aca


Comments

No comments written yet.

Please login to write comment.