Color Hex Logo

#657bba Color Hex

#657BBA
(101,123,186)
0 Favorites   0 Comments

Color spaces of #657bba

RGB 101123186
HSL0.620.380.56
HSV224°46°73°
CMYK 0.460.340.00   0.27
XYZ21.312720.477849.2837
Yxy20.47780.23400.2248
Hunter Lab45.25244.8771-32.8951
CIE-Lab52.37329.0523-35.6751

#657bba color RGB value is (101,123,186).

#657bba hex color red value is 101, green value is 123 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #657bba hue: 0.62 , saturation: 0.38 and the lightness value of 657bba is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111011 10111010
Octal 145 173 272
Decimal 101 123 186
Hex 65 7B BA

RGB Percentages of Color #657bba

%24.63
%30.00
%45.37

CMYK Percentages of Color #657bba

%46
%34
%0
%27

Triadic Colors of #657bba

#657bba #ba657b #7bba65

Analogous Colors of #657bba

#657bba #7a65ba #65a6ba

Monochromatic Colors of #657bba

#657bba

Complementary Color

#657bba #baa465

#657bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#657bba Color CSS Codes

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

#657bba Text Font Color

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

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


#657bba Background Color

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

This div background color is #657bba


#657bba Border Color

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

This div border color is #657bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657bba


Comments

No comments written yet.

Please login to write comment.