Color Hex Logo

#584b7e Color Hex

#584B7E
(88,75,126)
0 Favorites   0 Comments

Color spaces of #584b7e

RGB 8875126
HSL0.710.250.39
HSV255°40°49°
CMYK 0.300.400.00   0.51
XYZ10.30658.613220.8580
Yxy8.61320.25910.2165
Hunter Lab29.348311.3261-21.5940
CIE-Lab35.228617.6169-26.9672

#584b7e color RGB value is (88,75,126).

#584b7e hex color red value is 88, green value is 75 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #584b7e hue: 0.71 , saturation: 0.25 and the lightness value of 584b7e is 0.39.

The process color (four color CMYK) of #584b7e color hex is 0.30, 0.40, 0.00, 0.51. Web safe color of #584b7e is #663366. Color #584b7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001011 01111110
Octal 130 113 176
Decimal 88 75 126
Hex 58 4B 7E

RGB Percentages of Color #584b7e

%30.45
%25.95
%43.60

CMYK Percentages of Color #584b7e

%30
%40
%0
%51

Triadic Colors of #584b7e

#584b7e #7e584b #4b7e58

Analogous Colors of #584b7e

#584b7e #724b7e #4b587e

Monochromatic Colors of #584b7e

#584b7e

Complementary Color

#584b7e #717e4b

#584b7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584b7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#584b7e Color CSS Codes

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

#584b7e Text Font Color

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

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


#584b7e Background Color

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

This div background color is #584b7e


#584b7e Border Color

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

This div border color is #584b7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584b7e


Comments

No comments written yet.

Please login to write comment.