Color Hex Logo

#58334e Color Hex

#58334E
(88,51,78)
0 Favorites   0 Comments

Color spaces of #58334e

RGB 885178
HSL0.880.270.27
HSV316°42°35°
CMYK 0.000.420.11   0.65
XYZ6.58354.99247.8244
Yxy4.99240.33940.2573
Hunter Lab22.343713.4931-5.1218
CIE-Lab26.713121.2330-9.5063

#58334e color RGB value is (88,51,78).

#58334e hex color red value is 88, green value is 51 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #58334e hue: 0.88 , saturation: 0.27 and the lightness value of 58334e is 0.27.

The process color (four color CMYK) of #58334e color hex is 0.00, 0.42, 0.11, 0.65. Web safe color of #58334e is #663366. Color #58334e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110011 01001110
Octal 130 63 116
Decimal 88 51 78
Hex 58 33 4E

RGB Percentages of Color #58334e

%40.55
%23.50
%35.94

CMYK Percentages of Color #58334e

%0
%42
%11
%65

Triadic Colors of #58334e

#58334e #4e5833 #334e58

Analogous Colors of #58334e

#58334e #58333c #503358

Monochromatic Colors of #58334e

#58334e

Complementary Color

#58334e #33583d

#58334e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58334e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58334e Color CSS Codes

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

#58334e Text Font Color

<p style="color:#58334e">Text here</p>

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


#58334e Background Color

<div style="background-color:#58334e">
Div content here</div>

This div background color is #58334e


#58334e Border Color

<div style="border:3px solid #58334e">
Div here</div>

This div border color is #58334e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,51,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58334e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58334e;
  -webkit-box-shadow: 1px 1px 3px 2px #58334e;
  box-shadow:         1px 1px 3px 2px #58334e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58334e


Comments

No comments written yet.

Please login to write comment.