Color Hex Logo

#657fad Color Hex

#657FAD
(101,127,173)
0 Favorites   0 Comments

Color spaces of #657fad

RGB 101127173
HSL0.610.310.54
HSV218°42°68°
CMYK 0.420.270.00   0.32
XYZ20.499020.962642.5009
Yxy20.96260.24410.2497
Hunter Lab45.7849-0.2049-22.9878
CIE-Lab52.90852.8286-27.3569

#657fad color RGB value is (101,127,173).

#657fad hex color red value is 101, green value is 127 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #657fad hue: 0.61 , saturation: 0.31 and the lightness value of 657fad is 0.54.

The process color (four color CMYK) of #657fad color hex is 0.42, 0.27, 0.00, 0.32. Web safe color of #657fad is #666699. Color #657fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111111 10101101
Octal 145 177 255
Decimal 101 127 173
Hex 65 7F AD

RGB Percentages of Color #657fad

%25.19
%31.67
%43.14

CMYK Percentages of Color #657fad

%42
%27
%0
%32

Triadic Colors of #657fad

#657fad #ad657f #7fad65

Analogous Colors of #657fad

#657fad #6f65ad #65a3ad

Monochromatic Colors of #657fad

#657fad

Complementary Color

#657fad #ad9365

#657fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#657fad Color CSS Codes

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

#657fad Text Font Color

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

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


#657fad Background Color

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

This div background color is #657fad


#657fad Border Color

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

This div border color is #657fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657fad

#657fad Color Palettes


Comments

No comments written yet.

Please login to write comment.