Color Hex Logo

#584364 Color Hex

#584364
(88,67,100)
0 Favorites   0 Comments

Color spaces of #584364

RGB 8867100
HSL0.770.200.33
HSV278°33°39°
CMYK 0.120.330.00   0.61
XYZ8.33197.009112.9703
Yxy7.00910.29430.2476
Hunter Lab26.47479.8453-10.5146
CIE-Lab31.827615.9584-15.9457

#584364 color RGB value is (88,67,100).

#584364 hex color red value is 88, green value is 67 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #584364 hue: 0.77 , saturation: 0.20 and the lightness value of 584364 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000011 01100100
Octal 130 103 144
Decimal 88 67 100
Hex 58 43 64

RGB Percentages of Color #584364

%34.51
%26.27
%39.22

CMYK Percentages of Color #584364

%12
%33
%0
%61

Triadic Colors of #584364

#584364 #645843 #436458

Analogous Colors of #584364

#584364 #644360 #484364

Monochromatic Colors of #584364

#584364

Complementary Color

#584364 #4f6443

#584364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584364 Color CSS Codes

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

#584364 Text Font Color

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

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


#584364 Background Color

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

This div background color is #584364


#584364 Border Color

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

This div border color is #584364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584364


Comments

No comments written yet.

Please login to write comment.