Color Hex Logo

#584099 Color Hex

#584099
(88,64,153)
0 Favorites   0 Comments

Color spaces of #584099

RGB 8864153
HSL0.710.410.43
HSV256°58°60°
CMYK 0.420.580.00   0.40
XYZ11.60778.041431.0773
Yxy8.04140.22880.1585
Hunter Lab28.357423.4412-45.1267
CIE-Lab34.069032.2546-45.3556

#584099 color RGB value is (88,64,153).

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

The process color (four color CMYK) of #584099 color hex is 0.42, 0.58, 0.00, 0.40. Web safe color of #584099 is #663399. Color #584099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000000 10011001
Octal 130 100 231
Decimal 88 64 153
Hex 58 40 99

RGB Percentages of Color #584099

%28.85
%20.98
%50.16

CMYK Percentages of Color #584099

%42
%58
%0
%40

Triadic Colors of #584099

#584099 #995840 #409958

Analogous Colors of #584099

#584099 #854099 #405599

Monochromatic Colors of #584099

#584099

Complementary Color

#584099 #819940

#584099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584099 Color CSS Codes

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

#584099 Text Font Color

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

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


#584099 Background Color

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

This div background color is #584099


#584099 Border Color

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

This div border color is #584099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584099


Comments

No comments written yet.

Please login to write comment.