Color Hex Logo

#584f98 Color Hex

#584F98
(88,79,152)
0 Favorites   0 Comments

Color spaces of #584f98

RGB 8879152
HSL0.690.320.45
HSV247°48°60°
CMYK 0.420.480.00   0.40
XYZ12.48809.933730.9650
Yxy9.93370.23390.1861
Hunter Lab31.517815.5693-36.1877
CIE-Lab37.723222.6225-38.8964

#584f98 color RGB value is (88,79,152).

#584f98 hex color red value is 88, green value is 79 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #584f98 hue: 0.69 , saturation: 0.32 and the lightness value of 584f98 is 0.45.

The process color (four color CMYK) of #584f98 color hex is 0.42, 0.48, 0.00, 0.40. Web safe color of #584f98 is #666699. Color #584f98 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001111 10011000
Octal 130 117 230
Decimal 88 79 152
Hex 58 4F 98

RGB Percentages of Color #584f98

%27.59
%24.76
%47.65

CMYK Percentages of Color #584f98

%42
%48
%0
%40

Triadic Colors of #584f98

#584f98 #98584f #4f9858

Analogous Colors of #584f98

#584f98 #7d4f98 #4f6b98

Monochromatic Colors of #584f98

#584f98

Complementary Color

#584f98 #8f984f

#584f98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584f98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584f98 Color CSS Codes

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

#584f98 Text Font Color

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

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


#584f98 Background Color

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

This div background color is #584f98


#584f98 Border Color

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

This div border color is #584f98


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,79,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #584f98; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #584f98;
  -webkit-box-shadow: 1px 1px 3px 2px #584f98;
  box-shadow:         1px 1px 3px 2px #584f98; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584f98


Comments

No comments written yet.

Please login to write comment.