Color Hex Logo

#656073 Color Hex

#656073
(101,96,115)
0 Favorites   0 Comments

Color spaces of #656073

RGB 10196115
HSL0.710.090.41
HSV256°17°45°
CMYK 0.120.170.00   0.55
XYZ12.644212.370217.9409
Yxy12.37020.29440.2880
Hunter Lab35.17132.6216-5.6240
CIE-Lab41.79856.1116-9.9930

#656073 color RGB value is (101,96,115).

#656073 hex color red value is 101, green value is 96 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #656073 hue: 0.71 , saturation: 0.09 and the lightness value of 656073 is 0.41.

The process color (four color CMYK) of #656073 color hex is 0.12, 0.17, 0.00, 0.55. Web safe color of #656073 is #666666. Color #656073 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01100000 01110011
Octal 145 140 163
Decimal 101 96 115
Hex 65 60 73

RGB Percentages of Color #656073

%32.37
%30.77
%36.86

CMYK Percentages of Color #656073

%12
%17
%0
%55

Triadic Colors of #656073

#656073 #736560 #607365

Analogous Colors of #656073

#656073 #6f6073 #606573

Monochromatic Colors of #656073

#656073

Complementary Color

#656073 #6e7360

#656073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#656073 Color CSS Codes

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

#656073 Text Font Color

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

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


#656073 Background Color

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

This div background color is #656073


#656073 Border Color

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

This div border color is #656073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656073


Comments

No comments written yet.

Please login to write comment.