Color Hex Logo

#74549e Color Hex

#74549E
(116,84,158)
0 Favorites   0 Comments

Color spaces of #74549e

RGB 11684158
HSL0.740.310.47
HSV266°47°62°
CMYK 0.270.470.00   0.38
XYZ16.544312.522333.8928
Yxy12.52230.26280.1989
Hunter Lab35.386921.5265-32.0159
CIE-Lab42.034529.0244-35.4842

#74549e color RGB value is (116,84,158).

#74549e hex color red value is 116, green value is 84 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #74549e hue: 0.74 , saturation: 0.31 and the lightness value of 74549e is 0.47.

The process color (four color CMYK) of #74549e color hex is 0.27, 0.47, 0.00, 0.38. Web safe color of #74549e is #666699. Color #74549e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010100 10011110
Octal 164 124 236
Decimal 116 84 158
Hex 74 54 9E

RGB Percentages of Color #74549e

%32.40
%23.46
%44.13

CMYK Percentages of Color #74549e

%27
%47
%0
%38

Triadic Colors of #74549e

#74549e #9e7454 #549e74

Analogous Colors of #74549e

#74549e #99549e #54599e

Monochromatic Colors of #74549e

#74549e

Complementary Color

#74549e #7e9e54

#74549e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74549e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74549e Color CSS Codes

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

#74549e Text Font Color

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

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


#74549e Background Color

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

This div background color is #74549e


#74549e Border Color

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

This div border color is #74549e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,84,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74549e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74549e;
  -webkit-box-shadow: 1px 1px 3px 2px #74549e;
  box-shadow:         1px 1px 3px 2px #74549e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74549e


Comments

No comments written yet.

Please login to write comment.