Color Hex Logo

#584064 Color Hex

#584064
(88,64,100)
0 Favorites   0 Comments

Color spaces of #584064

RGB 8864100
HSL0.780.220.32
HSV280°36°39°
CMYK 0.120.360.00   0.61
XYZ8.15816.661612.9124
Yxy6.66160.29420.2402
Hunter Lab25.810111.2530-11.5949
CIE-Lab31.023817.8680-17.1850

#584064 color RGB value is (88,64,100).

#584064 hex color red value is 88, green value is 64 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #584064 hue: 0.78 , saturation: 0.22 and the lightness value of 584064 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000000 01100100
Octal 130 100 144
Decimal 88 64 100
Hex 58 40 64

RGB Percentages of Color #584064

%34.92
%25.40
%39.68

CMYK Percentages of Color #584064

%12
%36
%0
%61

Triadic Colors of #584064

#584064 #645840 #406458

Analogous Colors of #584064

#584064 #64405e #464064

Monochromatic Colors of #584064

#584064

Complementary Color

#584064 #4c6440

#584064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584064 Color CSS Codes

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

#584064 Text Font Color

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

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


#584064 Background Color

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

This div background color is #584064


#584064 Border Color

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

This div border color is #584064


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,64,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 #584064">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584064


Comments

No comments written yet.

Please login to write comment.