Color Hex Logo

#656aad Color Hex

#656AAD
(101,106,173)
0 Favorites   0 Comments

Color spaces of #656aad

RGB 101106173
HSL0.660.310.54
HSV236°42°68°
CMYK 0.420.390.00   0.32
XYZ18.063716.091941.6892
Yxy16.09190.23820.2122
Hunter Lab40.114710.1780-33.5368
CIE-Lab47.094815.5097-36.4441

#656aad color RGB value is (101,106,173).

#656aad hex color red value is 101, green value is 106 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #656aad hue: 0.66 , saturation: 0.31 and the lightness value of 656aad is 0.54.

The process color (four color CMYK) of #656aad color hex is 0.42, 0.39, 0.00, 0.32. Web safe color of #656aad is #666699. Color #656aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101010 10101101
Octal 145 152 255
Decimal 101 106 173
Hex 65 6A AD

RGB Percentages of Color #656aad

%26.58
%27.89
%45.53

CMYK Percentages of Color #656aad

%42
%39
%0
%32

Triadic Colors of #656aad

#656aad #ad656a #6aad65

Analogous Colors of #656aad

#656aad #8465ad #658ead

Monochromatic Colors of #656aad

#656aad

Complementary Color

#656aad #ada865

#656aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#656aad Color CSS Codes

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

#656aad Text Font Color

<p style="color:#656aad">Text here</p>

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


#656aad Background Color

<div style="background-color:#656aad">
Div content here</div>

This div background color is #656aad


#656aad Border Color

<div style="border:3px solid #656aad">
Div here</div>

This div border color is #656aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,106,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #656aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #656aad;
  -webkit-box-shadow: 1px 1px 3px 2px #656aad;
  box-shadow:         1px 1px 3px 2px #656aad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,106,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656aad


Comments

No comments written yet.

Please login to write comment.