Color Hex Logo

#737482 Color Hex

#737482
(115,116,130)
0 Favorites   0 Comments

Color spaces of #737482

RGB 115116130
HSL0.660.060.48
HSV236°12°51°
CMYK 0.120.110.00   0.49
XYZ17.344917.747323.6305
Yxy17.74730.29540.3022
Hunter Lab42.1275-0.2306-3.7681
CIE-Lab49.18822.6219-7.7964

#737482 color RGB value is (115,116,130).

#737482 hex color red value is 115, green value is 116 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #737482 hue: 0.66 , saturation: 0.06 and the lightness value of 737482 is 0.48.

The process color (four color CMYK) of #737482 color hex is 0.12, 0.11, 0.00, 0.49. Web safe color of #737482 is #666699. Color #737482 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110100 10000010
Octal 163 164 202
Decimal 115 116 130
Hex 73 74 82

RGB Percentages of Color #737482

%31.86
%32.13
%36.01

CMYK Percentages of Color #737482

%12
%11
%0
%49

Triadic Colors of #737482

#737482 #827374 #748273

Analogous Colors of #737482

#737482 #7a7382 #737c82

Monochromatic Colors of #737482

#737482

Complementary Color

#737482 #828173

#737482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#737482 Color CSS Codes

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

#737482 Text Font Color

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

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


#737482 Background Color

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

This div background color is #737482


#737482 Border Color

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

This div border color is #737482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737482


Comments

No comments written yet.

Please login to write comment.