Color Hex Logo

#658496 Color Hex

#658496
(101,132,150)
0 Favorites   0 Comments

Color spaces of #658496

RGB 101132150
HSL0.560.200.49
HSV202°33°59°
CMYK 0.330.120.00   0.41
XYZ19.123121.471231.9906
Yxy21.47120.26350.2958
Hunter Lab46.3370-7.4236-8.4973
CIE-Lab53.4614-6.4189-13.1979

#658496 color RGB value is (101,132,150).

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

The process color (four color CMYK) of #658496 color hex is 0.33, 0.12, 0.00, 0.41. Web safe color of #658496 is #669999. Color #658496 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10000100 10010110
Octal 145 204 226
Decimal 101 132 150
Hex 65 84 96

RGB Percentages of Color #658496

%26.37
%34.46
%39.16

CMYK Percentages of Color #658496

%33
%12
%0
%41

Triadic Colors of #658496

#658496 #966584 #849665

Analogous Colors of #658496

#658496 #656c96 #659690

Monochromatic Colors of #658496

#658496

Complementary Color

#658496 #967765

#658496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#658496 Color CSS Codes

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

#658496 Text Font Color

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

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


#658496 Background Color

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

This div background color is #658496


#658496 Border Color

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

This div border color is #658496


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,132,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 #658496">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658496


Comments

No comments written yet.

Please login to write comment.