Color Hex Logo

#58205a Color Hex

#58205A
(88,32,90)
0 Favorites   0 Comments

Color spaces of #58205a

RGB 883290
HSL0.830.480.24
HSV298°64°35°
CMYK 0.020.640.00   0.65
XYZ6.38653.845910.0786
Yxy3.84590.31440.1894
Hunter Lab19.611023.8111-16.7430
CIE-Lab23.155334.4994-22.9620

#58205a color RGB value is (88,32,90).

#58205a hex color red value is 88, green value is 32 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #58205a hue: 0.83 , saturation: 0.48 and the lightness value of 58205a is 0.24.

The process color (four color CMYK) of #58205a color hex is 0.02, 0.64, 0.00, 0.65. Web safe color of #58205a is #663366. Color #58205a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100000 01011010
Octal 130 40 132
Decimal 88 32 90
Hex 58 20 5A

RGB Percentages of Color #58205a

%41.90
%15.24
%42.86

CMYK Percentages of Color #58205a

%2
%64
%0
%65

Triadic Colors of #58205a

#58205a #5a5820 #205a58

Analogous Colors of #58205a

#58205a #5a203f #3b205a

Monochromatic Colors of #58205a

#58205a

Complementary Color

#58205a #225a20

#58205a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58205a Color Preview on White Background

Lorem ipsum dolor sit amet.

#58205a Color CSS Codes

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

#58205a Text Font Color

<p style="color:#58205a">Text here</p>

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


#58205a Background Color

<div style="background-color:#58205a">
Div content here</div>

This div background color is #58205a


#58205a Border Color

<div style="border:3px solid #58205a">
Div here</div>

This div border color is #58205a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58205a


Comments

No comments written yet.

Please login to write comment.