Color Hex Logo

#74519a Color Hex

#74519A
(116,81,154)
0 Favorites   0 Comments

Color spaces of #74519a

RGB 11681154
HSL0.750.310.46
HSV269°47°60°
CMYK 0.250.470.00   0.40
XYZ15.977611.931032.0326
Yxy11.93100.26660.1990
Hunter Lab34.541322.1207-30.8050
CIE-Lab41.106229.8007-34.5580

#74519a color RGB value is (116,81,154).

#74519a hex color red value is 116, green value is 81 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #74519a hue: 0.75 , saturation: 0.31 and the lightness value of 74519a is 0.46.

The process color (four color CMYK) of #74519a color hex is 0.25, 0.47, 0.00, 0.40. Web safe color of #74519a is #666699. Color #74519a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010001 10011010
Octal 164 121 232
Decimal 116 81 154
Hex 74 51 9A

RGB Percentages of Color #74519a

%33.05
%23.08
%43.87

CMYK Percentages of Color #74519a

%25
%47
%0
%40

Triadic Colors of #74519a

#74519a #9a7451 #519a74

Analogous Colors of #74519a

#74519a #99519a #51539a

Monochromatic Colors of #74519a

#74519a

Complementary Color

#74519a #779a51

#74519a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74519a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74519a Color CSS Codes

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

#74519a Text Font Color

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

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


#74519a Background Color

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

This div background color is #74519a


#74519a Border Color

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

This div border color is #74519a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74519a


Comments

No comments written yet.

Please login to write comment.