Color Hex Logo

#584dbe Color Hex

#584DBE
(88,77,190)
0 Favorites   0 Comments

Color spaces of #584dbe

RGB 8877190
HSL0.680.470.52
HSV246°59°75°
CMYK 0.540.590.00   0.25
XYZ15.972611.100250.0159
Yxy11.10020.20720.1440
Hunter Lab33.317027.2706-65.6851
CIE-Lab39.748735.6233-58.1981

#584dbe color RGB value is (88,77,190).

#584dbe hex color red value is 88, green value is 77 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #584dbe hue: 0.68 , saturation: 0.47 and the lightness value of 584dbe is 0.52.

The process color (four color CMYK) of #584dbe color hex is 0.54, 0.59, 0.00, 0.25. Web safe color of #584dbe is #6666cc. Color #584dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001101 10111110
Octal 130 115 276
Decimal 88 77 190
Hex 58 4D BE

RGB Percentages of Color #584dbe

%24.79
%21.69
%53.52

CMYK Percentages of Color #584dbe

%54
%59
%0
%25

Triadic Colors of #584dbe

#584dbe #be584d #4dbe58

Analogous Colors of #584dbe

#584dbe #914dbe #4d7bbe

Monochromatic Colors of #584dbe

#584dbe

Complementary Color

#584dbe #b3be4d

#584dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#584dbe Color CSS Codes

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

#584dbe Text Font Color

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

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


#584dbe Background Color

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

This div background color is #584dbe


#584dbe Border Color

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

This div border color is #584dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584dbe


Comments

No comments written yet.

Please login to write comment.