Color Hex Logo

#74195b Color Hex

#74195B
(116,25,91)
0 Favorites   0 Comments

Color spaces of #74195b

RGB 1162591
HSL0.880.650.28
HSV316°78°45°
CMYK 0.000.780.22   0.55
XYZ9.43845.163610.3967
Yxy5.16360.37760.2066
Hunter Lab22.723634.3751-11.2204
CIE-Lab27.195945.3495-16.9375

#74195b color RGB value is (116,25,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011001 01011011
Octal 164 31 133
Decimal 116 25 91
Hex 74 19 5B

RGB Percentages of Color #74195b

%50.00
%10.78
%39.22

CMYK Percentages of Color #74195b

%0
%78
%22
%55

Triadic Colors of #74195b

#74195b #5b7419 #195b74

Analogous Colors of #74195b

#74195b #74192e #5f1974

Monochromatic Colors of #74195b

#74195b

Complementary Color

#74195b #197432

#74195b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74195b Color Preview on White Background

Lorem ipsum dolor sit amet.

#74195b Color CSS Codes

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

#74195b Text Font Color

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

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


#74195b Background Color

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

This div background color is #74195b


#74195b Border Color

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

This div border color is #74195b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74195b


Comments

No comments written yet.

Please login to write comment.