Color Hex Logo

#584370 Color Hex

#584370
(88,67,112)
0 Favorites   0 Comments

Color spaces of #584370

RGB 8867112
HSL0.740.250.35
HSV268°40°44°
CMYK 0.210.400.00   0.56
XYZ8.95637.258916.2583
Yxy7.25890.27580.2235
Hunter Lab26.942312.1887-16.9188
CIE-Lab32.389218.9532-22.6752

#584370 color RGB value is (88,67,112).

#584370 hex color red value is 88, green value is 67 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #584370 hue: 0.74 , saturation: 0.25 and the lightness value of 584370 is 0.35.

The process color (four color CMYK) of #584370 color hex is 0.21, 0.40, 0.00, 0.56. Web safe color of #584370 is #663366. Color #584370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000011 01110000
Octal 130 103 160
Decimal 88 67 112
Hex 58 43 70

RGB Percentages of Color #584370

%32.96
%25.09
%41.95

CMYK Percentages of Color #584370

%21
%40
%0
%56

Triadic Colors of #584370

#584370 #705843 #437058

Analogous Colors of #584370

#584370 #6f4370 #434570

Monochromatic Colors of #584370

#584370

Complementary Color

#584370 #5b7043

#584370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584370 Color CSS Codes

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

#584370 Text Font Color

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

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


#584370 Background Color

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

This div background color is #584370


#584370 Border Color

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

This div border color is #584370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584370


Comments

No comments written yet.

Please login to write comment.