Color Hex Logo

#58192b Color Hex

#58192B
(88,25,43)
0 Favorites   0 Comments

Color spaces of #58192b

RGB 882543
HSL0.950.560.22
HSV343°72°35°
CMYK 0.000.720.51   0.65
XYZ4.80822.94442.6004
Yxy2.94440.46440.2844
Hunter Lab17.159319.98883.0264
CIE-Lab19.819830.52454.1626

#58192b color RGB value is (88,25,43).

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

The process color (four color CMYK) of #58192b color hex is 0.00, 0.72, 0.51, 0.65. Web safe color of #58192b is #660033. Color #58192b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011001 00101011
Octal 130 31 53
Decimal 88 25 43
Hex 58 19 2B

RGB Percentages of Color #58192b

%56.41
%16.03
%27.56

CMYK Percentages of Color #58192b

%0
%72
%51
%65

Triadic Colors of #58192b

#58192b #2b5819 #192b58

Analogous Colors of #58192b

#58192b #582719 #58194b

Monochromatic Colors of #58192b

#58192b

Complementary Color

#58192b #195846

#58192b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58192b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58192b Color CSS Codes

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

#58192b Text Font Color

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

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


#58192b Background Color

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

This div background color is #58192b


#58192b Border Color

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

This div border color is #58192b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58192b


Comments

No comments written yet.

Please login to write comment.