Color Hex Logo

#74497d Color Hex

#74497D
(116,73,125)
0 Favorites   0 Comments

Color spaces of #74497d

RGB 11673125
HSL0.800.260.39
HSV290°42°49°
CMYK 0.070.420.00   0.51
XYZ13.28679.958820.6240
Yxy9.95880.30290.2270
Hunter Lab31.557619.9282-16.6578
CIE-Lab37.768427.7351-22.1556

#74497d color RGB value is (116,73,125).

#74497d hex color red value is 116, green value is 73 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #74497d hue: 0.80 , saturation: 0.26 and the lightness value of 74497d is 0.39.

The process color (four color CMYK) of #74497d color hex is 0.07, 0.42, 0.00, 0.51. Web safe color of #74497d is #663366. Color #74497d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001001 01111101
Octal 164 111 175
Decimal 116 73 125
Hex 74 49 7D

RGB Percentages of Color #74497d

%36.94
%23.25
%39.81

CMYK Percentages of Color #74497d

%7
%42
%0
%51

Triadic Colors of #74497d

#74497d #7d7449 #497d74

Analogous Colors of #74497d

#74497d #7d496c #5a497d

Monochromatic Colors of #74497d

#74497d

Complementary Color

#74497d #527d49

#74497d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74497d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74497d Color CSS Codes

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

#74497d Text Font Color

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

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


#74497d Background Color

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

This div background color is #74497d


#74497d Border Color

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

This div border color is #74497d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,73,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74497d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74497d;
  -webkit-box-shadow: 1px 1px 3px 2px #74497d;
  box-shadow:         1px 1px 3px 2px #74497d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74497d


Comments

No comments written yet.

Please login to write comment.