Color Hex Logo

#58203c Color Hex

#58203C
(88,32,60)
0 Favorites   0 Comments

Color spaces of #58203c

RGB 883260
HSL0.920.470.24
HSV330°64°35°
CMYK 0.000.640.32   0.65
XYZ5.35663.43404.6555
Yxy3.43400.39840.2554
Hunter Lab18.531119.1680-1.9235
CIE-Lab21.704329.1805-4.9282

#58203c color RGB value is (88,32,60).

#58203c hex color red value is 88, green value is 32 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #58203c hue: 0.92 , saturation: 0.47 and the lightness value of 58203c is 0.24.

The process color (four color CMYK) of #58203c color hex is 0.00, 0.64, 0.32, 0.65. Web safe color of #58203c is #663333. Color #58203c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100000 00111100
Octal 130 40 74
Decimal 88 32 60
Hex 58 20 3C

RGB Percentages of Color #58203c

%48.89
%17.78
%33.33

CMYK Percentages of Color #58203c

%0
%64
%32
%65

Triadic Colors of #58203c

#58203c #3c5820 #203c58

Analogous Colors of #58203c

#58203c #582020 #582058

Monochromatic Colors of #58203c

#58203c

Complementary Color

#58203c #20583c

#58203c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58203c Color Preview on White Background

Lorem ipsum dolor sit amet.

#58203c Color CSS Codes

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

#58203c Text Font Color

<p style="color:#58203c">Text here</p>

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


#58203c Background Color

<div style="background-color:#58203c">
Div content here</div>

This div background color is #58203c


#58203c Border Color

<div style="border:3px solid #58203c">
Div here</div>

This div border color is #58203c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,32,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58203c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58203c;
  -webkit-box-shadow: 1px 1px 3px 2px #58203c;
  box-shadow:         1px 1px 3px 2px #58203c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58203c


Comments

No comments written yet.

Please login to write comment.