Color Hex Logo

#58324f Color Hex

#58324F
(88,50,79)
0 Favorites   0 Comments

Color spaces of #58324f

RGB 885079
HSL0.870.280.27
HSV314°43°35°
CMYK 0.000.430.10   0.65
XYZ6.57644.92048.0003
Yxy4.92040.33730.2524
Hunter Lab22.182014.1023-5.8565
CIE-Lab26.506822.0485-10.4806

#58324f color RGB value is (88,50,79).

#58324f hex color red value is 88, green value is 50 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #58324f hue: 0.87 , saturation: 0.28 and the lightness value of 58324f is 0.27.

The process color (four color CMYK) of #58324f color hex is 0.00, 0.43, 0.10, 0.65. Web safe color of #58324f is #663366. Color #58324f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110010 01001111
Octal 130 62 117
Decimal 88 50 79
Hex 58 32 4F

RGB Percentages of Color #58324f

%40.55
%23.04
%36.41

CMYK Percentages of Color #58324f

%0
%43
%10
%65

Triadic Colors of #58324f

#58324f #4f5832 #324f58

Analogous Colors of #58324f

#58324f #58323c #4e3258

Monochromatic Colors of #58324f

#58324f

Complementary Color

#58324f #32583b

#58324f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58324f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58324f Color CSS Codes

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

#58324f Text Font Color

<p style="color:#58324f">Text here</p>

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


#58324f Background Color

<div style="background-color:#58324f">
Div content here</div>

This div background color is #58324f


#58324f Border Color

<div style="border:3px solid #58324f">
Div here</div>

This div border color is #58324f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,50,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58324f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58324f;
  -webkit-box-shadow: 1px 1px 3px 2px #58324f;
  box-shadow:         1px 1px 3px 2px #58324f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58324f


Comments

No comments written yet.

Please login to write comment.