Color Hex Logo

#656eaf Color Hex

#656EAF
(101,110,175)
0 Favorites   0 Comments

Color spaces of #656eaf

RGB 101110175
HSL0.650.320.54
HSV233°42°69°
CMYK 0.420.370.00   0.31
XYZ18.680617.013742.8568
Yxy17.01370.23780.2166
Hunter Lab41.24778.6572-32.7296
CIE-Lab48.277313.6488-35.7487

#656eaf color RGB value is (101,110,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101110 10101111
Octal 145 156 257
Decimal 101 110 175
Hex 65 6E AF

RGB Percentages of Color #656eaf

%26.17
%28.50
%45.34

CMYK Percentages of Color #656eaf

%42
%37
%0
%31

Triadic Colors of #656eaf

#656eaf #af656e #6eaf65

Analogous Colors of #656eaf

#656eaf #8165af #6593af

Monochromatic Colors of #656eaf

#656eaf

Complementary Color

#656eaf #afa665

#656eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#656eaf Color CSS Codes

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

#656eaf Text Font Color

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

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


#656eaf Background Color

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

This div background color is #656eaf


#656eaf Border Color

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

This div border color is #656eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656eaf


Comments

No comments written yet.

Please login to write comment.