Color Hex Logo

#582970 Color Hex

#582970
(88,41,112)
0 Favorites   0 Comments

Color spaces of #582970

RGB 8841112
HSL0.780.460.30
HSV280°63°44°
CMYK 0.210.630.00   0.56
XYZ7.74214.830415.8535
Yxy4.83040.27240.1699
Hunter Lab21.978224.4172-27.3829
CIE-Lab26.246034.6473-32.3788

#582970 color RGB value is (88,41,112).

#582970 hex color red value is 88, green value is 41 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #582970 hue: 0.78 , saturation: 0.46 and the lightness value of 582970 is 0.30.

The process color (four color CMYK) of #582970 color hex is 0.21, 0.63, 0.00, 0.56. Web safe color of #582970 is #663366. Color #582970 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101001 01110000
Octal 130 51 160
Decimal 88 41 112
Hex 58 29 70

RGB Percentages of Color #582970

%36.51
%17.01
%46.47

CMYK Percentages of Color #582970

%21
%63
%0
%56

Triadic Colors of #582970

#582970 #705829 #297058

Analogous Colors of #582970

#582970 #702965 #342970

Monochromatic Colors of #582970

#582970

Complementary Color

#582970 #417029

#582970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#582970 Color CSS Codes

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

#582970 Text Font Color

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

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


#582970 Background Color

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

This div background color is #582970


#582970 Border Color

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

This div border color is #582970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582970


Comments

No comments written yet.

Please login to write comment.