Color Hex Logo

#656faf Color Hex

#656FAF
(101,111,175)
0 Favorites   0 Comments

Color spaces of #656faf

RGB 101111175
HSL0.640.320.54
HSV232°42°69°
CMYK 0.420.370.00   0.31
XYZ18.789117.230742.8930
Yxy17.23070.23810.2184
Hunter Lab41.50998.1542-32.2086
CIE-Lab48.549413.0376-35.3208

#656faf color RGB value is (101,111,175).

#656faf hex color red value is 101, green value is 111 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #656faf hue: 0.64 , saturation: 0.32 and the lightness value of 656faf is 0.54.

The process color (four color CMYK) of #656faf color hex is 0.42, 0.37, 0.00, 0.31. Web safe color of #656faf is #666699. Color #656faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101111 10101111
Octal 145 157 257
Decimal 101 111 175
Hex 65 6F AF

RGB Percentages of Color #656faf

%26.10
%28.68
%45.22

CMYK Percentages of Color #656faf

%42
%37
%0
%31

Triadic Colors of #656faf

#656faf #af656f #6faf65

Analogous Colors of #656faf

#656faf #8065af #6594af

Monochromatic Colors of #656faf

#656faf

Complementary Color

#656faf #afa565

#656faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#656faf Color CSS Codes

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

#656faf Text Font Color

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

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


#656faf Background Color

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

This div background color is #656faf


#656faf Border Color

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

This div border color is #656faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,111,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 #656faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656faf


Comments

No comments written yet.

Please login to write comment.