Color Hex Logo

#584168 Color Hex

#584168
(88,65,104)
0 Favorites   0 Comments

Color spaces of #584168

RGB 8865104
HSL0.760.230.33
HSV275°38°41°
CMYK 0.150.380.00   0.59
XYZ8.41356.854813.9764
Yxy6.85480.28770.2344
Hunter Lab26.181711.5432-13.3232
CIE-Lab31.474018.2052-19.0367

#584168 color RGB value is (88,65,104).

#584168 hex color red value is 88, green value is 65 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #584168 hue: 0.76 , saturation: 0.23 and the lightness value of 584168 is 0.33.

The process color (four color CMYK) of #584168 color hex is 0.15, 0.38, 0.00, 0.59. Web safe color of #584168 is #663366. Color #584168 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000001 01101000
Octal 130 101 150
Decimal 88 65 104
Hex 58 41 68

RGB Percentages of Color #584168

%34.24
%25.29
%40.47

CMYK Percentages of Color #584168

%15
%38
%0
%59

Triadic Colors of #584168

#584168 #685841 #416858

Analogous Colors of #584168

#584168 #684165 #454168

Monochromatic Colors of #584168

#584168

Complementary Color

#584168 #516841

#584168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584168 Color CSS Codes

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

#584168 Text Font Color

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

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


#584168 Background Color

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

This div background color is #584168


#584168 Border Color

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

This div border color is #584168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584168


Comments

No comments written yet.

Please login to write comment.