Color Hex Logo

#584864 Color Hex

#584864
(88,72,100)
0 Favorites   0 Comments

Color spaces of #584864

RGB 8872100
HSL0.760.160.34
HSV274°28°39°
CMYK 0.120.280.00   0.61
XYZ8.64217.629513.0738
Yxy7.62950.29450.2600
Hunter Lab27.62157.5105-8.7280
CIE-Lab33.199012.7700-13.8423

#584864 color RGB value is (88,72,100).

#584864 hex color red value is 88, green value is 72 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #584864 hue: 0.76 , saturation: 0.16 and the lightness value of 584864 is 0.34.

The process color (four color CMYK) of #584864 color hex is 0.12, 0.28, 0.00, 0.61. Web safe color of #584864 is #663366. Color #584864 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001000 01100100
Octal 130 110 144
Decimal 88 72 100
Hex 58 48 64

RGB Percentages of Color #584864

%33.85
%27.69
%38.46

CMYK Percentages of Color #584864

%12
%28
%0
%61

Triadic Colors of #584864

#584864 #645848 #486458

Analogous Colors of #584864

#584864 #644862 #4a4864

Monochromatic Colors of #584864

#584864

Complementary Color

#584864 #546448

#584864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584864 Color CSS Codes

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

#584864 Text Font Color

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

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


#584864 Background Color

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

This div background color is #584864


#584864 Border Color

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

This div border color is #584864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584864


Comments

No comments written yet.

Please login to write comment.