Color Hex Logo

#582863 Color Hex

#582863
(88,40,99)
0 Favorites   0 Comments

Color spaces of #582863

RGB 884099
HSL0.800.420.27
HSV289°60°39°
CMYK 0.110.600.00   0.61
XYZ7.03544.493112.3008
Yxy4.49310.29520.1886
Hunter Lab21.196922.1507-19.5687
CIE-Lab25.238932.1822-25.5825

#582863 color RGB value is (88,40,99).

#582863 hex color red value is 88, green value is 40 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #582863 hue: 0.80 , saturation: 0.42 and the lightness value of 582863 is 0.27.

The process color (four color CMYK) of #582863 color hex is 0.11, 0.60, 0.00, 0.61. Web safe color of #582863 is #663366. Color #582863 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101000 01100011
Octal 130 50 143
Decimal 88 40 99
Hex 58 28 63

RGB Percentages of Color #582863

%38.77
%17.62
%43.61

CMYK Percentages of Color #582863

%11
%60
%0
%61

Triadic Colors of #582863

#582863 #635828 #286358

Analogous Colors of #582863

#582863 #632851 #3b2863

Monochromatic Colors of #582863

#582863

Complementary Color

#582863 #336328

#582863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#582863 Color CSS Codes

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

#582863 Text Font Color

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

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


#582863 Background Color

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

This div background color is #582863


#582863 Border Color

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

This div border color is #582863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582863


Comments

No comments written yet.

Please login to write comment.