Color Hex Logo

#584480 Color Hex

#584480
(88,68,128)
1 Favorites   1 Comments

Color spaces of #584480

RGB 8868128
HSL0.720.310.38
HSV260°47°50°
CMYK 0.310.470.00   0.50
XYZ9.98797.767521.3949
Yxy7.76750.25510.1984
Hunter Lab27.870215.1964-26.0055
CIE-Lab33.493922.6116-30.9390

#584480 color RGB value is (88,68,128).

#584480 hex color red value is 88, green value is 68 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #584480 hue: 0.72 , saturation: 0.31 and the lightness value of 584480 is 0.38.

The process color (four color CMYK) of #584480 color hex is 0.31, 0.47, 0.00, 0.50. Web safe color of #584480 is #663399. Color #584480 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000100 10000000
Octal 130 104 200
Decimal 88 68 128
Hex 58 44 80

RGB Percentages of Color #584480

%30.99
%23.94
%45.07

CMYK Percentages of Color #584480

%31
%47
%0
%50

Triadic Colors of #584480

#584480 #805844 #448058

Analogous Colors of #584480

#584480 #764480 #444e80

Monochromatic Colors of #584480

#584480

Complementary Color

#584480 #6c8044

#584480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584480 Color CSS Codes

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

#584480 Text Font Color

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

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


#584480 Background Color

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

This div background color is #584480


#584480 Border Color

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

This div border color is #584480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584480


Comments

14 Jul 2018, 3:33 ColorFan100

cool purple

Please login to write comment.