Color Hex Logo

#5a425d Color Hex

#5A425D
(90,66,93)
0 Favorites   0 Comments

Color spaces of #5a425d

RGB 906693
HSL0.810.170.31
HSV293°29°36°
CMYK 0.030.290.00   0.64
XYZ8.14046.860411.2511
Yxy6.86040.31010.2613
Hunter Lab26.19249.6399-7.1337
CIE-Lab31.487015.7118-11.9775

#5a425d color RGB value is (90,66,93).

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

The process color (four color CMYK) of #5a425d color hex is 0.03, 0.29, 0.00, 0.64. Web safe color of #5a425d is #663366. Color #5a425d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01000010 01011101
Octal 132 102 135
Decimal 90 66 93
Hex 5A 42 5D

RGB Percentages of Color #5a425d

%36.14
%26.51
%37.35

CMYK Percentages of Color #5a425d

%3
%29
%0
%64

Triadic Colors of #5a425d

#5a425d #5d5a42 #425d5a

Analogous Colors of #5a425d

#5a425d #5d4253 #4d425d

Monochromatic Colors of #5a425d

#5a425d

Complementary Color

#5a425d #455d42

#5a425d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a425d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a425d Color CSS Codes

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

#5a425d Text Font Color

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

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


#5a425d Background Color

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

This div background color is #5a425d


#5a425d Border Color

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

This div border color is #5a425d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,66,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a425d


Comments

No comments written yet.

Please login to write comment.