Color Hex Logo

#582d6a Color Hex

#582D6A
(88,45,106)
0 Favorites   0 Comments

Color spaces of #582d6a

RGB 8845106
HSL0.780.400.30
HSV282°58°42°
CMYK 0.170.580.00   0.58
XYZ7.56444.992114.2006
Yxy4.99210.28270.1866
Hunter Lab22.343021.3323-22.0430
CIE-Lab26.712230.9666-27.7833

#582d6a color RGB value is (88,45,106).

#582d6a hex color red value is 88, green value is 45 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #582d6a hue: 0.78 , saturation: 0.40 and the lightness value of 582d6a is 0.30.

The process color (four color CMYK) of #582d6a color hex is 0.17, 0.58, 0.00, 0.58. Web safe color of #582d6a is #663366. Color #582d6a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101101 01101010
Octal 130 55 152
Decimal 88 45 106
Hex 58 2D 6A

RGB Percentages of Color #582d6a

%36.82
%18.83
%44.35

CMYK Percentages of Color #582d6a

%17
%58
%0
%58

Triadic Colors of #582d6a

#582d6a #6a582d #2d6a58

Analogous Colors of #582d6a

#582d6a #6a2d5d #3a2d6a

Monochromatic Colors of #582d6a

#582d6a

Complementary Color

#582d6a #3f6a2d

#582d6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582d6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#582d6a Color CSS Codes

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

#582d6a Text Font Color

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

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


#582d6a Background Color

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

This div background color is #582d6a


#582d6a Border Color

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

This div border color is #582d6a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,45,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #582d6a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #582d6a;
  -webkit-box-shadow: 1px 1px 3px 2px #582d6a;
  box-shadow:         1px 1px 3px 2px #582d6a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582d6a


Comments

No comments written yet.

Please login to write comment.