Color Hex Logo

#736980 Color Hex

#736980
(115,105,128)
0 Favorites   0 Comments

Color spaces of #736980

RGB 115105128
HSL0.740.100.46
HSV266°18°50°
CMYK 0.100.180.00   0.50
XYZ16.018115.306522.5323
Yxy15.30650.29740.2842
Hunter Lab39.12354.6160-6.7603
CIE-Lab46.05128.7193-11.3135

#736980 color RGB value is (115,105,128).

#736980 hex color red value is 115, green value is 105 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #736980 hue: 0.74 , saturation: 0.10 and the lightness value of 736980 is 0.46.

The process color (four color CMYK) of #736980 color hex is 0.10, 0.18, 0.00, 0.50. Web safe color of #736980 is #666699. Color #736980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101001 10000000
Octal 163 151 200
Decimal 115 105 128
Hex 73 69 80

RGB Percentages of Color #736980

%33.05
%30.17
%36.78

CMYK Percentages of Color #736980

%10
%18
%0
%50

Triadic Colors of #736980

#736980 #807369 #698073

Analogous Colors of #736980

#736980 #7f6980 #696b80

Monochromatic Colors of #736980

#736980

Complementary Color

#736980 #768069

#736980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#736980 Color CSS Codes

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

#736980 Text Font Color

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

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


#736980 Background Color

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

This div background color is #736980


#736980 Border Color

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

This div border color is #736980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736980


Comments

No comments written yet.

Please login to write comment.