Color Hex Logo

#58164b Color Hex

#58164B
(88,22,75)
0 Favorites   0 Comments

Color spaces of #58164b

RGB 882275
HSL0.870.600.22
HSV312°75°35°
CMYK 0.000.750.15   0.65
XYZ5.58143.15656.9717
Yxy3.15650.35530.2009
Hunter Lab17.766524.9847-10.8292
CIE-Lab20.660136.3267-16.8052

#58164b color RGB value is (88,22,75).

#58164b hex color red value is 88, green value is 22 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #58164b hue: 0.87 , saturation: 0.60 and the lightness value of 58164b is 0.22.

The process color (four color CMYK) of #58164b color hex is 0.00, 0.75, 0.15, 0.65. Web safe color of #58164b is #660033. Color #58164b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010110 01001011
Octal 130 26 113
Decimal 88 22 75
Hex 58 16 4B

RGB Percentages of Color #58164b

%47.57
%11.89
%40.54

CMYK Percentages of Color #58164b

%0
%75
%15
%65

Triadic Colors of #58164b

#58164b #4b5816 #164b58

Analogous Colors of #58164b

#58164b #58162a #441658

Monochromatic Colors of #58164b

#58164b

Complementary Color

#58164b #165823

#58164b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58164b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58164b Color CSS Codes

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

#58164b Text Font Color

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

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


#58164b Background Color

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

This div background color is #58164b


#58164b Border Color

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

This div border color is #58164b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58164b


Comments

No comments written yet.

Please login to write comment.