Color Hex Logo

#74367a Color Hex

#74367A
(116,54,122)
0 Favorites   0 Comments

Color spaces of #74367a

RGB 11654122
HSL0.820.390.35
HSV295°56°48°
CMYK 0.050.560.00   0.52
XYZ12.03457.756519.2752
Yxy7.75650.30810.1985
Hunter Lab27.850528.3934-21.5390
CIE-Lab33.470537.8379-27.0051

#74367a color RGB value is (116,54,122).

#74367a hex color red value is 116, green value is 54 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #74367a hue: 0.82 , saturation: 0.39 and the lightness value of 74367a is 0.35.

The process color (four color CMYK) of #74367a color hex is 0.05, 0.56, 0.00, 0.52. Web safe color of #74367a is #663366. Color #74367a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110110 01111010
Octal 164 66 172
Decimal 116 54 122
Hex 74 36 7A

RGB Percentages of Color #74367a

%39.73
%18.49
%41.78

CMYK Percentages of Color #74367a

%5
%56
%0
%52

Triadic Colors of #74367a

#74367a #7a7436 #367a74

Analogous Colors of #74367a

#74367a #7a365e #52367a

Monochromatic Colors of #74367a

#74367a

Complementary Color

#74367a #3c7a36

#74367a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74367a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74367a Color CSS Codes

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

#74367a Text Font Color

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

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


#74367a Background Color

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

This div background color is #74367a


#74367a Border Color

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

This div border color is #74367a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74367a


Comments

No comments written yet.

Please login to write comment.