Color Hex Logo

#74045f Color Hex

#74045F
(116,4,95)
0 Favorites   0 Comments

Color spaces of #74045f

RGB 116495
HSL0.860.930.24
HSV311°97°45°
CMYK 0.000.970.18   0.55
XYZ9.31144.626111.2286
Yxy4.62610.37000.1838
Hunter Lab21.508439.6365-15.8969
CIE-Lab25.641851.0048-21.9928

#74045f color RGB value is (116,4,95).

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

The process color (four color CMYK) of #74045f color hex is 0.00, 0.97, 0.18, 0.55. Web safe color of #74045f is #660066. Color #74045f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000100 01011111
Octal 164 4 137
Decimal 116 4 95
Hex 74 4 5F

RGB Percentages of Color #74045f

%53.95
%1.86
%44.19

CMYK Percentages of Color #74045f

%0
%97
%18
%55

Triadic Colors of #74045f

#74045f #5f7404 #045f74

Analogous Colors of #74045f

#74045f #740427 #510474

Monochromatic Colors of #74045f

#74045f

Complementary Color

#74045f #047419

#74045f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74045f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74045f Color CSS Codes

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

#74045f Text Font Color

<p style="color:#74045f">Text here</p>

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


#74045f Background Color

<div style="background-color:#74045f">
Div content here</div>

This div background color is #74045f


#74045f Border Color

<div style="border:3px solid #74045f">
Div here</div>

This div border color is #74045f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74045f


Comments

No comments written yet.

Please login to write comment.