Color Hex Logo

#74065a Color Hex

#74065A
(116,6,90)
0 Favorites   0 Comments

Color spaces of #74065a

RGB 116690
HSL0.870.900.24
HSV314°95°45°
CMYK 0.000.950.22   0.55
XYZ9.11304.581410.0769
Yxy4.58140.38340.1927
Hunter Lab21.404238.5403-12.9302
CIE-Lab25.507349.9359-18.9018

#74065a color RGB value is (116,6,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000110 01011010
Octal 164 6 132
Decimal 116 6 90
Hex 74 6 5A

RGB Percentages of Color #74065a

%54.72
%2.83
%42.45

CMYK Percentages of Color #74065a

%0
%95
%22
%55

Triadic Colors of #74065a

#74065a #5a7406 #065a74

Analogous Colors of #74065a

#74065a #740623 #570674

Monochromatic Colors of #74065a

#74065a

Complementary Color

#74065a #067420

#74065a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74065a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74065a Color CSS Codes

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

#74065a Text Font Color

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

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


#74065a Background Color

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

This div background color is #74065a


#74065a Border Color

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

This div border color is #74065a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74065a


Comments

No comments written yet.

Please login to write comment.