Color Hex Logo

#74648a Color Hex

#74648A
(116,100,138)
0 Favorites   0 Comments

Color spaces of #74648a

RGB 116100138
HSL0.740.160.47
HSV265°28°54°
CMYK 0.160.280.00   0.46
XYZ16.347114.662326.0133
Yxy14.66230.28670.2571
Hunter Lab38.29149.1941-13.4748
CIE-Lab45.168214.4035-18.6386

#74648a color RGB value is (116,100,138).

#74648a hex color red value is 116, green value is 100 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #74648a hue: 0.74 , saturation: 0.16 and the lightness value of 74648a is 0.47.

The process color (four color CMYK) of #74648a color hex is 0.16, 0.28, 0.00, 0.46. Web safe color of #74648a is #666699. Color #74648a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100100 10001010
Octal 164 144 212
Decimal 116 100 138
Hex 74 64 8A

RGB Percentages of Color #74648a

%32.77
%28.25
%38.98

CMYK Percentages of Color #74648a

%16
%28
%0
%46

Triadic Colors of #74648a

#74648a #8a7464 #648a74

Analogous Colors of #74648a

#74648a #87648a #64678a

Monochromatic Colors of #74648a

#74648a

Complementary Color

#74648a #7a8a64

#74648a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74648a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74648a Color CSS Codes

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

#74648a Text Font Color

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

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


#74648a Background Color

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

This div background color is #74648a


#74648a Border Color

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

This div border color is #74648a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,100,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74648a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74648a;
  -webkit-box-shadow: 1px 1px 3px 2px #74648a;
  box-shadow:         1px 1px 3px 2px #74648a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74648a


Comments

No comments written yet.

Please login to write comment.