Color Hex Logo

#58297a Color Hex

#58297A
(88,41,122)
0 Favorites   0 Comments

Color spaces of #58297a

RGB 8841122
HSL0.760.500.32
HSV275°66°48°
CMYK 0.280.660.00   0.52
XYZ8.33035.065718.9511
Yxy5.06570.25750.1566
Hunter Lab22.507126.6787-34.1675
CIE-Lab26.921137.0928-37.6642

#58297a color RGB value is (88,41,122).

#58297a hex color red value is 88, green value is 41 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #58297a hue: 0.76 , saturation: 0.50 and the lightness value of 58297a is 0.32.

The process color (four color CMYK) of #58297a color hex is 0.28, 0.66, 0.00, 0.52. Web safe color of #58297a is #663366. Color #58297a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101001 01111010
Octal 130 51 172
Decimal 88 41 122
Hex 58 29 7A

RGB Percentages of Color #58297a

%35.06
%16.33
%48.61

CMYK Percentages of Color #58297a

%28
%66
%0
%52

Triadic Colors of #58297a

#58297a #7a5829 #297a58

Analogous Colors of #58297a

#58297a #7a2974 #30297a

Monochromatic Colors of #58297a

#58297a

Complementary Color

#58297a #4b7a29

#58297a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58297a Color Preview on White Background

Lorem ipsum dolor sit amet.

#58297a Color CSS Codes

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

#58297a Text Font Color

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

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


#58297a Background Color

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

This div background color is #58297a


#58297a Border Color

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

This div border color is #58297a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58297a


Comments

No comments written yet.

Please login to write comment.