Color Hex Logo

#584389 Color Hex

#584389
(88,67,137)
0 Favorites   0 Comments

Color spaces of #584389

RGB 8867137
HSL0.720.340.40
HSV258°51°54°
CMYK 0.360.510.00   0.46
XYZ10.54707.895224.6349
Yxy7.89520.24480.1833
Hunter Lab28.098417.8295-32.3128
CIE-Lab33.763725.7718-36.0697

#584389 color RGB value is (88,67,137).

#584389 hex color red value is 88, green value is 67 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #584389 hue: 0.72 , saturation: 0.34 and the lightness value of 584389 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000011 10001001
Octal 130 103 211
Decimal 88 67 137
Hex 58 43 89

RGB Percentages of Color #584389

%30.14
%22.95
%46.92

CMYK Percentages of Color #584389

%36
%51
%0
%46

Triadic Colors of #584389

#584389 #895843 #438958

Analogous Colors of #584389

#584389 #7b4389 #435189

Monochromatic Colors of #584389

#584389

Complementary Color

#584389 #748943

#584389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584389 Color CSS Codes

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

#584389 Text Font Color

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

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


#584389 Background Color

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

This div background color is #584389


#584389 Border Color

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

This div border color is #584389


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,67,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 #584389">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584389


Comments

No comments written yet.

Please login to write comment.