Color Hex Logo

#657fab Color Hex

#657FAB
(101,127,171)
0 Favorites   0 Comments

Color spaces of #657fab

RGB 101127171
HSL0.600.290.53
HSV218°41°67°
CMYK 0.410.260.00   0.33
XYZ20.306920.885741.4891
Yxy20.88570.24560.2526
Hunter Lab45.7009-0.6612-21.8352
CIE-Lab52.82422.2527-26.3332

#657fab color RGB value is (101,127,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111111 10101011
Octal 145 177 253
Decimal 101 127 171
Hex 65 7F AB

RGB Percentages of Color #657fab

%25.31
%31.83
%42.86

CMYK Percentages of Color #657fab

%41
%26
%0
%33

Triadic Colors of #657fab

#657fab #ab657f #7fab65

Analogous Colors of #657fab

#657fab #6e65ab #65a2ab

Monochromatic Colors of #657fab

#657fab

Complementary Color

#657fab #ab9165

#657fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#657fab Color CSS Codes

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

#657fab Text Font Color

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

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


#657fab Background Color

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

This div background color is #657fab


#657fab Border Color

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

This div border color is #657fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657fab

#657fab Color Palettes


Comments

No comments written yet.

Please login to write comment.