Color Hex Logo

#665aab Color Hex

#665AAB
(102,90,171)
0 Favorites   0 Comments

Color spaces of #665aab

RGB 10290171
HSL0.690.330.51
HSV249°47°67°
CMYK 0.400.470.00   0.33
XYZ16.486313.077440.1833
Yxy13.07740.23640.1875
Hunter Lab36.162718.0921-40.5681
CIE-Lab42.879625.0548-41.9415

#665aab color RGB value is (102,90,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011010 10101011
Octal 146 132 253
Decimal 102 90 171
Hex 66 5A AB

RGB Percentages of Color #665aab

%28.10
%24.79
%47.11

CMYK Percentages of Color #665aab

%40
%47
%0
%33

Triadic Colors of #665aab

#665aab #ab665a #5aab66

Analogous Colors of #665aab

#665aab #8f5aab #5a77ab

Monochromatic Colors of #665aab

#665aab

Complementary Color

#665aab #9fab5a

#665aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#665aab Color CSS Codes

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

#665aab Text Font Color

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

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


#665aab Background Color

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

This div background color is #665aab


#665aab Border Color

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

This div border color is #665aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665aab


Comments

No comments written yet.

Please login to write comment.