Color Hex Logo

#657eaa Color Hex

#657EAA
(101,126,170)
0 Favorites   0 Comments

Color spaces of #657eaa

RGB 101126170
HSL0.610.290.53
HSV218°41°67°
CMYK 0.410.260.00   0.33
XYZ20.083420.590740.9461
Yxy20.59070.24610.2523
Hunter Lab45.3770-0.4074-21.7367
CIE-Lab52.49862.5554-26.2592

#657eaa color RGB value is (101,126,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111110 10101010
Octal 145 176 252
Decimal 101 126 170
Hex 65 7E AA

RGB Percentages of Color #657eaa

%25.44
%31.74
%42.82

CMYK Percentages of Color #657eaa

%41
%26
%0
%33

Triadic Colors of #657eaa

#657eaa #aa657e #7eaa65

Analogous Colors of #657eaa

#657eaa #6f65aa #65a1aa

Monochromatic Colors of #657eaa

#657eaa

Complementary Color

#657eaa #aa9165

#657eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#657eaa Color CSS Codes

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

#657eaa Text Font Color

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

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


#657eaa Background Color

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

This div background color is #657eaa


#657eaa Border Color

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

This div border color is #657eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657eaa


Comments

No comments written yet.

Please login to write comment.