Color Hex Logo

#584988 Color Hex

#584988
(88,73,136)
0 Favorites   0 Comments

Color spaces of #584988

RGB 8873136
HSL0.710.300.41
HSV254°46°53°
CMYK 0.350.460.00   0.47
XYZ10.85108.617424.3840
Yxy8.61740.24740.1965
Hunter Lab29.355414.6092-28.7003
CIE-Lab35.237021.7080-33.1143

#584988 color RGB value is (88,73,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001001 10001000
Octal 130 111 210
Decimal 88 73 136
Hex 58 49 88

RGB Percentages of Color #584988

%29.63
%24.58
%45.79

CMYK Percentages of Color #584988

%35
%46
%0
%47

Triadic Colors of #584988

#584988 #885849 #498858

Analogous Colors of #584988

#584988 #784988 #495a88

Monochromatic Colors of #584988

#584988

Complementary Color

#584988 #798849

#584988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584988 Color CSS Codes

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

#584988 Text Font Color

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

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


#584988 Background Color

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

This div background color is #584988


#584988 Border Color

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

This div border color is #584988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584988


Comments

No comments written yet.

Please login to write comment.