Color Hex Logo

#74015a Color Hex

#74015A
(116,1,90)
0 Favorites   0 Comments

Color spaces of #74015a

RGB 116190
HSL0.870.980.23
HSV314°99°45°
CMYK 0.000.990.22   0.55
XYZ9.05884.472910.0588
Yxy4.47290.38400.1896
Hunter Lab21.149239.4453-13.3945
CIE-Lab25.177050.9050-19.4171

#74015a color RGB value is (116,1,90).

#74015a hex color red value is 116, green value is 1 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #74015a hue: 0.87 , saturation: 0.98 and the lightness value of 74015a is 0.23.

The process color (four color CMYK) of #74015a color hex is 0.00, 0.99, 0.22, 0.55. Web safe color of #74015a is #660066. Color #74015a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000001 01011010
Octal 164 1 132
Decimal 116 1 90
Hex 74 1 5A

RGB Percentages of Color #74015a

%56.04
%0.48
%43.48

CMYK Percentages of Color #74015a

%0
%99
%22
%55

Triadic Colors of #74015a

#74015a #5a7401 #015a74

Analogous Colors of #74015a

#74015a #740121 #550174

Monochromatic Colors of #74015a

#74015a

Complementary Color

#74015a #01741b

#74015a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74015a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74015a Color CSS Codes

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

#74015a Text Font Color

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

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


#74015a Background Color

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

This div background color is #74015a


#74015a Border Color

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

This div border color is #74015a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74015a


Comments

No comments written yet.

Please login to write comment.