Color Hex Logo

#585152 Color Hex

#585152
(88,81,82)
0 Favorites   0 Comments

Color spaces of #585152

RGB 888182
HSL0.980.040.33
HSV351°35°
CMYK 0.000.080.07   0.65
XYZ8.48998.56889.1891
Yxy8.56880.32350.3265
Hunter Lab29.27250.54341.8787
CIE-Lab35.14053.07410.4460

#585152 color RGB value is (88,81,82).

#585152 hex color red value is 88, green value is 81 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #585152 hue: 0.98 , saturation: 0.04 and the lightness value of 585152 is 0.33.

The process color (four color CMYK) of #585152 color hex is 0.00, 0.08, 0.07, 0.65. Web safe color of #585152 is #666666. Color #585152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010001 01010010
Octal 130 121 122
Decimal 88 81 82
Hex 58 51 52

RGB Percentages of Color #585152

%35.06
%32.27
%32.67

CMYK Percentages of Color #585152

%0
%8
%7
%65

Triadic Colors of #585152

#585152 #525851 #515258

Analogous Colors of #585152

#585152 #585451 #585156

Monochromatic Colors of #585152

#585152

Complementary Color

#585152 #515857

#585152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585152 Color CSS Codes

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

#585152 Text Font Color

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

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


#585152 Background Color

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

This div background color is #585152


#585152 Border Color

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

This div border color is #585152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585152


Comments

No comments written yet.

Please login to write comment.