Color Hex Logo

#657faa Color Hex

#657FAA
(101,127,170)
0 Favorites   0 Comments

Color spaces of #657faa

RGB 101127170
HSL0.600.290.53
HSV217°41°67°
CMYK 0.410.250.00   0.33
XYZ20.211920.847740.9889
Yxy20.84770.24630.2541
Hunter Lab45.6593-0.8875-21.2639
CIE-Lab52.78241.9659-25.8201

#657faa color RGB value is (101,127,170).

#657faa hex color red value is 101, green value is 127 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #657faa hue: 0.60 , saturation: 0.29 and the lightness value of 657faa is 0.53.

The process color (four color CMYK) of #657faa color hex is 0.41, 0.25, 0.00, 0.33. Web safe color of #657faa is #666699. Color #657faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111111 10101010
Octal 145 177 252
Decimal 101 127 170
Hex 65 7F AA

RGB Percentages of Color #657faa

%25.38
%31.91
%42.71

CMYK Percentages of Color #657faa

%41
%25
%0
%33

Triadic Colors of #657faa

#657faa #aa657f #7faa65

Analogous Colors of #657faa

#657faa #6e65aa #65a2aa

Monochromatic Colors of #657faa

#657faa

Complementary Color

#657faa #aa9065

#657faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#657faa Color CSS Codes

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

#657faa Text Font Color

<p style="color:#657faa">Text here</p>

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


#657faa Background Color

<div style="background-color:#657faa">
Div content here</div>

This div background color is #657faa


#657faa Border Color

<div style="border:3px solid #657faa">
Div here</div>

This div border color is #657faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,127,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #657faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #657faa;
  -webkit-box-shadow: 1px 1px 3px 2px #657faa;
  box-shadow:         1px 1px 3px 2px #657faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657faa


Comments

No comments written yet.

Please login to write comment.