Color Hex Logo

#5a4252 Color Hex

#5A4252
(90,66,82)
0 Favorites   0 Comments

Color spaces of #5a4252

RGB 906682
HSL0.890.150.31
HSV320°27°35°
CMYK 0.000.270.09   0.65
XYZ7.68776.67938.8667
Yxy6.67930.33090.2875
Hunter Lab25.84437.8693-2.2502
CIE-Lab31.065413.3653-5.5418

#5a4252 color RGB value is (90,66,82).

#5a4252 hex color red value is 90, green value is 66 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #5a4252 hue: 0.89 , saturation: 0.15 and the lightness value of 5a4252 is 0.31.

The process color (four color CMYK) of #5a4252 color hex is 0.00, 0.27, 0.09, 0.65. Web safe color of #5a4252 is #663366. Color #5a4252 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01000010 01010010
Octal 132 102 122
Decimal 90 66 82
Hex 5A 42 52

RGB Percentages of Color #5a4252

%37.82
%27.73
%34.45

CMYK Percentages of Color #5a4252

%0
%27
%9
%65

Triadic Colors of #5a4252

#5a4252 #525a42 #42525a

Analogous Colors of #5a4252

#5a4252 #5a4246 #56425a

Monochromatic Colors of #5a4252

#5a4252

Complementary Color

#5a4252 #425a4a

#5a4252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a4252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a4252 Color CSS Codes

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

#5a4252 Text Font Color

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

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


#5a4252 Background Color

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

This div background color is #5a4252


#5a4252 Border Color

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

This div border color is #5a4252


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,66,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a4252; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a4252;
  -webkit-box-shadow: 1px 1px 3px 2px #5a4252;
  box-shadow:         1px 1px 3px 2px #5a4252; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,66,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 #5a4252">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a4252

#5a4252 Color Palettes


Comments

No comments written yet.

Please login to write comment.