Color Hex Logo

#58194a Color Hex

#58194A
(88,25,74)
0 Favorites   0 Comments

Color spaces of #58194a

RGB 882574
HSL0.870.560.22
HSV313°72°35°
CMYK 0.000.720.16   0.65
XYZ5.60823.26446.8131
Yxy3.26440.35750.2081
Hunter Lab18.067723.7880-9.7102
CIE-Lab21.073134.8568-15.4816

#58194a color RGB value is (88,25,74).

#58194a hex color red value is 88, green value is 25 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #58194a hue: 0.87 , saturation: 0.56 and the lightness value of 58194a is 0.22.

The process color (four color CMYK) of #58194a color hex is 0.00, 0.72, 0.16, 0.65. Web safe color of #58194a is #660033. Color #58194a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011001 01001010
Octal 130 31 112
Decimal 88 25 74
Hex 58 19 4A

RGB Percentages of Color #58194a

%47.06
%13.37
%39.57

CMYK Percentages of Color #58194a

%0
%72
%16
%65

Triadic Colors of #58194a

#58194a #4a5819 #194a58

Analogous Colors of #58194a

#58194a #58192b #461958

Monochromatic Colors of #58194a

#58194a

Complementary Color

#58194a #195827

#58194a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58194a Color Preview on White Background

Lorem ipsum dolor sit amet.

#58194a Color CSS Codes

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

#58194a Text Font Color

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

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


#58194a Background Color

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

This div background color is #58194a


#58194a Border Color

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

This div border color is #58194a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,25,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58194a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58194a;
  -webkit-box-shadow: 1px 1px 3px 2px #58194a;
  box-shadow:         1px 1px 3px 2px #58194a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58194a


Comments

No comments written yet.

Please login to write comment.