Color Hex Logo

#657abf Color Hex

#657ABF
(101,122,191)
0 Favorites   0 Comments

Color spaces of #657abf

RGB 101122191
HSL0.630.410.57
HSV226°47°75°
CMYK 0.470.360.00   0.25
XYZ21.730320.447452.0916
Yxy20.44740.23050.2169
Hunter Lab45.21886.6469-36.6483
CIE-Lab52.339311.1694-38.5961

#657abf color RGB value is (101,122,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111010 10111111
Octal 145 172 277
Decimal 101 122 191
Hex 65 7A BF

RGB Percentages of Color #657abf

%24.40
%29.47
%46.14

CMYK Percentages of Color #657abf

%47
%36
%0
%25

Triadic Colors of #657abf

#657abf #bf657a #7abf65

Analogous Colors of #657abf

#657abf #7d65bf #65a7bf

Monochromatic Colors of #657abf

#657abf

Complementary Color

#657abf #bfaa65

#657abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#657abf Color CSS Codes

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

#657abf Text Font Color

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

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


#657abf Background Color

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

This div background color is #657abf


#657abf Border Color

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

This div border color is #657abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657abf


Comments

No comments written yet.

Please login to write comment.