Color Hex Logo

#748096 Color Hex

#748096
(116,128,150)
0 Favorites   0 Comments

Color spaces of #748096

RGB 116128150
HSL0.610.140.52
HSV219°23°59°
CMYK 0.230.150.00   0.41
XYZ20.426721.353431.8992
Yxy21.35340.27720.2898
Hunter Lab46.2097-1.9623-8.5819
CIE-Lab53.33410.6413-13.2906

#748096 color RGB value is (116,128,150).

#748096 hex color red value is 116, green value is 128 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #748096 hue: 0.61 , saturation: 0.14 and the lightness value of 748096 is 0.52.

The process color (four color CMYK) of #748096 color hex is 0.23, 0.15, 0.00, 0.41. Web safe color of #748096 is #669999. Color #748096 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000000 10010110
Octal 164 200 226
Decimal 116 128 150
Hex 74 80 96

RGB Percentages of Color #748096

%29.44
%32.49
%38.07

CMYK Percentages of Color #748096

%23
%15
%0
%41

Triadic Colors of #748096

#748096 #967480 #809674

Analogous Colors of #748096

#748096 #797496 #749196

Monochromatic Colors of #748096

#748096

Complementary Color

#748096 #968a74

#748096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748096 Color CSS Codes

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

#748096 Text Font Color

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

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


#748096 Background Color

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

This div background color is #748096


#748096 Border Color

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

This div border color is #748096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748096


Comments

No comments written yet.

Please login to write comment.