Color Hex Logo

#657abb Color Hex

#657ABB
(101,122,187)
0 Favorites   0 Comments

Color spaces of #657abb

RGB 101122187
HSL0.630.390.56
HSV225°46°73°
CMYK 0.460.350.00   0.27
XYZ21.296020.273649.8045
Yxy20.27360.23310.2219
Hunter Lab45.02625.6291-34.0636
CIE-Lab52.14519.9558-36.6072

#657abb color RGB value is (101,122,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111010 10111011
Octal 145 172 273
Decimal 101 122 187
Hex 65 7A BB

RGB Percentages of Color #657abb

%24.63
%29.76
%45.61

CMYK Percentages of Color #657abb

%46
%35
%0
%27

Triadic Colors of #657abb

#657abb #bb657a #7abb65

Analogous Colors of #657abb

#657abb #7b65bb #65a5bb

Monochromatic Colors of #657abb

#657abb

Complementary Color

#657abb #bba665

#657abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#657abb Color CSS Codes

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

#657abb Text Font Color

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

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


#657abb Background Color

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

This div background color is #657abb


#657abb Border Color

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

This div border color is #657abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657abb


Comments

No comments written yet.

Please login to write comment.