Color Hex Logo

#665faa Color Hex

#665FAA
(102,95,170)
0 Favorites   0 Comments

Color spaces of #665faa

RGB 10295170
HSL0.680.310.52
HSV246°44°67°
CMYK 0.400.440.00   0.33
XYZ16.827413.911539.8285
Yxy13.91150.23850.1971
Hunter Lab37.298115.2602-37.2037
CIE-Lab44.105721.6798-39.4041

#665faa color RGB value is (102,95,170).

#665faa hex color red value is 102, green value is 95 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #665faa hue: 0.68 , saturation: 0.31 and the lightness value of 665faa is 0.52.

The process color (four color CMYK) of #665faa color hex is 0.40, 0.44, 0.00, 0.33. Web safe color of #665faa is #666699. Color #665faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011111 10101010
Octal 146 137 252
Decimal 102 95 170
Hex 66 5F AA

RGB Percentages of Color #665faa

%27.79
%25.89
%46.32

CMYK Percentages of Color #665faa

%40
%44
%0
%33

Triadic Colors of #665faa

#665faa #aa665f #5faa66

Analogous Colors of #665faa

#665faa #8c5faa #5f7eaa

Monochromatic Colors of #665faa

#665faa

Complementary Color

#665faa #a3aa5f

#665faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#665faa Color CSS Codes

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

#665faa Text Font Color

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

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


#665faa Background Color

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

This div background color is #665faa


#665faa Border Color

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

This div border color is #665faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665faa


Comments

No comments written yet.

Please login to write comment.