Color Hex Logo

#584989 Color Hex

#584989
(88,73,137)
0 Favorites   0 Comments

Color spaces of #584989

RGB 8873137
HSL0.710.300.41
HSV254°47°54°
CMYK 0.360.470.00   0.46
XYZ10.92248.645924.7601
Yxy8.64590.24640.1950
Hunter Lab29.403914.8489-29.3435
CIE-Lab35.293421.9956-33.6383

#584989 color RGB value is (88,73,137).

#584989 hex color red value is 88, green value is 73 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #584989 hue: 0.71 , saturation: 0.30 and the lightness value of 584989 is 0.41.

The process color (four color CMYK) of #584989 color hex is 0.36, 0.47, 0.00, 0.46. Web safe color of #584989 is #663399. Color #584989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001001 10001001
Octal 130 111 211
Decimal 88 73 137
Hex 58 49 89

RGB Percentages of Color #584989

%29.53
%24.50
%45.97

CMYK Percentages of Color #584989

%36
%47
%0
%46

Triadic Colors of #584989

#584989 #895849 #498958

Analogous Colors of #584989

#584989 #784989 #495a89

Monochromatic Colors of #584989

#584989

Complementary Color

#584989 #7a8949

#584989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584989 Color CSS Codes

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

#584989 Text Font Color

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

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


#584989 Background Color

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

This div background color is #584989


#584989 Border Color

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

This div border color is #584989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584989


Comments

No comments written yet.

Please login to write comment.