Color Hex Logo

#584152 Color Hex

#584152
(88,65,82)
0 Favorites   0 Comments

Color spaces of #584152

RGB 886582
HSL0.880.150.30
HSV316°26°35°
CMYK 0.000.260.07   0.65
XYZ7.43786.46458.8384
Yxy6.46450.32710.2843
Hunter Lab25.42547.7230-2.8127
CIE-Lab30.555413.1949-6.3288

#584152 color RGB value is (88,65,82).

#584152 hex color red value is 88, green value is 65 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #584152 hue: 0.88 , saturation: 0.15 and the lightness value of 584152 is 0.30.

The process color (four color CMYK) of #584152 color hex is 0.00, 0.26, 0.07, 0.65. Web safe color of #584152 is #663366. Color #584152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000001 01010010
Octal 130 101 122
Decimal 88 65 82
Hex 58 41 52

RGB Percentages of Color #584152

%37.45
%27.66
%34.89

CMYK Percentages of Color #584152

%0
%26
%7
%65

Triadic Colors of #584152

#584152 #525841 #415258

Analogous Colors of #584152

#584152 #584147 #534158

Monochromatic Colors of #584152

#584152

Complementary Color

#584152 #415847

#584152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584152 Color CSS Codes

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

#584152 Text Font Color

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

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


#584152 Background Color

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

This div background color is #584152


#584152 Border Color

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

This div border color is #584152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584152

#584152 Color Palettes


Comments

No comments written yet.

Please login to write comment.