Color Hex Logo

#74046a Color Hex

#74046A
(116,4,106)
0 Favorites   0 Comments

Color spaces of #74046a

RGB 1164106
HSL0.850.930.24
HSV305°97°45°
CMYK 0.000.970.09   0.55
XYZ9.84744.840414.0510
Yxy4.84040.34270.1684
Hunter Lab22.000941.3933-22.4652
CIE-Lab26.275152.6154-28.1795

#74046a color RGB value is (116,4,106).

#74046a hex color red value is 116, green value is 4 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #74046a hue: 0.85 , saturation: 0.93 and the lightness value of 74046a is 0.24.

The process color (four color CMYK) of #74046a color hex is 0.00, 0.97, 0.09, 0.55. Web safe color of #74046a is #660066. Color #74046a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000100 01101010
Octal 164 4 152
Decimal 116 4 106
Hex 74 4 6A

RGB Percentages of Color #74046a

%51.33
%1.77
%46.90

CMYK Percentages of Color #74046a

%0
%97
%9
%55

Triadic Colors of #74046a

#74046a #6a7404 #046a74

Analogous Colors of #74046a

#74046a #740432 #460474

Monochromatic Colors of #74046a

#74046a

Complementary Color

#74046a #04740e

#74046a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74046a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74046a Color CSS Codes

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

#74046a Text Font Color

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

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


#74046a Background Color

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

This div background color is #74046a


#74046a Border Color

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

This div border color is #74046a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74046a


Comments

No comments written yet.

Please login to write comment.