Color Hex Logo

#74306a Color Hex

#74306A
(116,48,106)
0 Favorites   0 Comments

Color spaces of #74306a

RGB 11648106
HSL0.860.410.32
HSV309°59°45°
CMYK 0.000.590.09   0.55
XYZ10.86096.867514.3888
Yxy6.86750.33820.2138
Hunter Lab26.205928.1180-14.2100
CIE-Lab31.503337.8749-19.9689

#74306a color RGB value is (116,48,106).

#74306a hex color red value is 116, green value is 48 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #74306a hue: 0.86 , saturation: 0.41 and the lightness value of 74306a is 0.32.

The process color (four color CMYK) of #74306a color hex is 0.00, 0.59, 0.09, 0.55. Web safe color of #74306a is #663366. Color #74306a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110000 01101010
Octal 164 60 152
Decimal 116 48 106
Hex 74 30 6A

RGB Percentages of Color #74306a

%42.96
%17.78
%39.26

CMYK Percentages of Color #74306a

%0
%59
%9
%55

Triadic Colors of #74306a

#74306a #6a7430 #306a74

Analogous Colors of #74306a

#74306a #743048 #5c3074

Monochromatic Colors of #74306a

#74306a

Complementary Color

#74306a #30743a

#74306a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74306a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74306a Color CSS Codes

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

#74306a Text Font Color

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

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


#74306a Background Color

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

This div background color is #74306a


#74306a Border Color

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

This div border color is #74306a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,48,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 #74306a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74306a


Comments

No comments written yet.

Please login to write comment.