Color Hex Logo

#74135b Color Hex

#74135B
(116,19,91)
0 Favorites   0 Comments

Color spaces of #74135b

RGB 1161991
HSL0.880.720.26
HSV315°84°45°
CMYK 0.000.840.22   0.55
XYZ9.32374.934110.3585
Yxy4.93410.37880.2004
Hunter Lab22.212836.0518-12.0997
CIE-Lab26.546247.2081-17.9455

#74135b color RGB value is (116,19,91).

#74135b hex color red value is 116, green value is 19 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #74135b hue: 0.88 , saturation: 0.72 and the lightness value of 74135b is 0.26.

The process color (four color CMYK) of #74135b color hex is 0.00, 0.84, 0.22, 0.55. Web safe color of #74135b is #660066. Color #74135b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010011 01011011
Octal 164 23 133
Decimal 116 19 91
Hex 74 13 5B

RGB Percentages of Color #74135b

%51.33
%8.41
%40.27

CMYK Percentages of Color #74135b

%0
%84
%22
%55

Triadic Colors of #74135b

#74135b #5b7413 #135b74

Analogous Colors of #74135b

#74135b #74132b #5d1374

Monochromatic Colors of #74135b

#74135b

Complementary Color

#74135b #13742c

#74135b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74135b Color Preview on White Background

Lorem ipsum dolor sit amet.

#74135b Color CSS Codes

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

#74135b Text Font Color

<p style="color:#74135b">Text here</p>

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


#74135b Background Color

<div style="background-color:#74135b">
Div content here</div>

This div background color is #74135b


#74135b Border Color

<div style="border:3px solid #74135b">
Div here</div>

This div border color is #74135b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,19,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74135b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74135b;
  -webkit-box-shadow: 1px 1px 3px 2px #74135b;
  box-shadow:         1px 1px 3px 2px #74135b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74135b


Comments

No comments written yet.

Please login to write comment.