Color Hex Logo

#657dbe Color Hex

#657DBE
(101,125,190)
0 Favorites   0 Comments

Color spaces of #657dbe

RGB 101125190
HSL0.620.410.57
HSV224°47°75°
CMYK 0.470.340.00   0.25
XYZ21.994721.151651.6386
Yxy21.15160.23200.2232
Hunter Lab45.99094.8819-34.3773
CIE-Lab53.11509.0609-36.8039

#657dbe color RGB value is (101,125,190).

#657dbe hex color red value is 101, green value is 125 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #657dbe hue: 0.62 , saturation: 0.41 and the lightness value of 657dbe is 0.57.

The process color (four color CMYK) of #657dbe color hex is 0.47, 0.34, 0.00, 0.25. Web safe color of #657dbe is #6666cc. Color #657dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111101 10111110
Octal 145 175 276
Decimal 101 125 190
Hex 65 7D BE

RGB Percentages of Color #657dbe

%24.28
%30.05
%45.67

CMYK Percentages of Color #657dbe

%47
%34
%0
%25

Triadic Colors of #657dbe

#657dbe #be657d #7dbe65

Analogous Colors of #657dbe

#657dbe #7a65be #65aabe

Monochromatic Colors of #657dbe

#657dbe

Complementary Color

#657dbe #bea665

#657dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#657dbe Color CSS Codes

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

#657dbe Text Font Color

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

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


#657dbe Background Color

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

This div background color is #657dbe


#657dbe Border Color

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

This div border color is #657dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657dbe


Comments

No comments written yet.

Please login to write comment.