Color Hex Logo

#665aaf Color Hex

#665AAF
(102,90,175)
0 Favorites   0 Comments

Color spaces of #665aaf

RGB 10290175
HSL0.690.350.52
HSV248°49°69°
CMYK 0.420.490.00   0.31
XYZ16.873513.232342.2222
Yxy13.23230.23330.1829
Hunter Lab36.376219.1407-43.3551
CIE-Lab43.111226.2228-43.9287

#665aaf color RGB value is (102,90,175).

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

The process color (four color CMYK) of #665aaf color hex is 0.42, 0.49, 0.00, 0.31. Web safe color of #665aaf is #666699. Color #665aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011010 10101111
Octal 146 132 257
Decimal 102 90 175
Hex 66 5A AF

RGB Percentages of Color #665aaf

%27.79
%24.52
%47.68

CMYK Percentages of Color #665aaf

%42
%49
%0
%31

Triadic Colors of #665aaf

#665aaf #af665a #5aaf66

Analogous Colors of #665aaf

#665aaf #915aaf #5a79af

Monochromatic Colors of #665aaf

#665aaf

Complementary Color

#665aaf #a3af5a

#665aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#665aaf Color CSS Codes

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

#665aaf Text Font Color

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

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


#665aaf Background Color

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

This div background color is #665aaf


#665aaf Border Color

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

This div border color is #665aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665aaf


Comments

No comments written yet.

Please login to write comment.