Color Hex Logo

#582884 Color Hex

#582884
(88,40,132)
0 Favorites   0 Comments

Color spaces of #582884

RGB 8840132
HSL0.750.530.34
HSV271°70°52°
CMYK 0.330.700.00   0.48
XYZ8.94825.258222.3731
Yxy5.25820.24460.1437
Hunter Lab22.930829.5267-41.7966
CIE-Lab27.458140.1394-43.0913

#582884 color RGB value is (88,40,132).

#582884 hex color red value is 88, green value is 40 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #582884 hue: 0.75 , saturation: 0.53 and the lightness value of 582884 is 0.34.

The process color (four color CMYK) of #582884 color hex is 0.33, 0.70, 0.00, 0.48. Web safe color of #582884 is #663399. Color #582884 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101000 10000100
Octal 130 50 204
Decimal 88 40 132
Hex 58 28 84

RGB Percentages of Color #582884

%33.85
%15.38
%50.77

CMYK Percentages of Color #582884

%33
%70
%0
%48

Triadic Colors of #582884

#582884 #845828 #288458

Analogous Colors of #582884

#582884 #842882 #2a2884

Monochromatic Colors of #582884

#582884

Complementary Color

#582884 #548428

#582884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#582884 Color CSS Codes

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

#582884 Text Font Color

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

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


#582884 Background Color

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

This div background color is #582884


#582884 Border Color

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

This div border color is #582884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582884


Comments

No comments written yet.

Please login to write comment.