Color Hex Logo

#657896 Color Hex

#657896
(101,120,150)
0 Favorites   0 Comments

Color spaces of #657896

RGB 101120150
HSL0.600.200.49
HSV217°33°59°
CMYK 0.330.200.00   0.41
XYZ17.588318.401731.4790
Yxy18.40170.26070.2727
Hunter Lab42.8972-1.8832-13.4804
CIE-Lab49.97970.5304-18.4881

#657896 color RGB value is (101,120,150).

#657896 hex color red value is 101, green value is 120 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #657896 hue: 0.60 , saturation: 0.20 and the lightness value of 657896 is 0.49.

The process color (four color CMYK) of #657896 color hex is 0.33, 0.20, 0.00, 0.41. Web safe color of #657896 is #666699. Color #657896 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111000 10010110
Octal 145 170 226
Decimal 101 120 150
Hex 65 78 96

RGB Percentages of Color #657896

%27.22
%32.35
%40.43

CMYK Percentages of Color #657896

%33
%20
%0
%41

Triadic Colors of #657896

#657896 #966578 #789665

Analogous Colors of #657896

#657896 #6b6596 #659196

Monochromatic Colors of #657896

#657896

Complementary Color

#657896 #968365

#657896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#657896 Color CSS Codes

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

#657896 Text Font Color

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

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


#657896 Background Color

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

This div background color is #657896


#657896 Border Color

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

This div border color is #657896


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,120,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #657896; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #657896;
  -webkit-box-shadow: 1px 1px 3px 2px #657896;
  box-shadow:         1px 1px 3px 2px #657896; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657896


Comments

No comments written yet.

Please login to write comment.