Color Hex Logo

#665baa Color Hex

#665BAA
(102,91,170)
0 Favorites   0 Comments

Color spaces of #665baa

RGB 10291170
HSL0.690.320.51
HSV248°46°67°
CMYK 0.400.460.00   0.33
XYZ16.476313.209239.7115
Yxy13.20920.23740.1903
Hunter Lab36.344517.3179-39.3416
CIE-Lab43.076824.1486-41.0379

#665baa color RGB value is (102,91,170).

#665baa hex color red value is 102, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #665baa hue: 0.69 , saturation: 0.32 and the lightness value of 665baa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011011 10101010
Octal 146 133 252
Decimal 102 91 170
Hex 66 5B AA

RGB Percentages of Color #665baa

%28.10
%25.07
%46.83

CMYK Percentages of Color #665baa

%40
%46
%0
%33

Triadic Colors of #665baa

#665baa #aa665b #5baa66

Analogous Colors of #665baa

#665baa #8e5baa #5b78aa

Monochromatic Colors of #665baa

#665baa

Complementary Color

#665baa #9faa5b

#665baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#665baa Color CSS Codes

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

#665baa Text Font Color

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

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


#665baa Background Color

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

This div background color is #665baa


#665baa Border Color

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

This div border color is #665baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,91,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 #665baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665baa


Comments

No comments written yet.

Please login to write comment.