Color Hex Logo

#5a427d Color Hex

#5A427D
(90,66,125)
0 Favorites   0 Comments

Color spaces of #5a427d

RGB 9066125
HSL0.730.310.37
HSV264°47°49°
CMYK 0.280.470.00   0.51
XYZ9.86637.550820.3395
Yxy7.55080.26130.2000
Hunter Lab27.478716.0031-24.6508
CIE-Lab33.029323.6528-29.7958

#5a427d color RGB value is (90,66,125).

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

The process color (four color CMYK) of #5a427d color hex is 0.28, 0.47, 0.00, 0.51. Web safe color of #5a427d is #663366. Color #5a427d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01000010 01111101
Octal 132 102 175
Decimal 90 66 125
Hex 5A 42 7D

RGB Percentages of Color #5a427d

%32.03
%23.49
%44.48

CMYK Percentages of Color #5a427d

%28
%47
%0
%51

Triadic Colors of #5a427d

#5a427d #7d5a42 #427d5a

Analogous Colors of #5a427d

#5a427d #78427d #42487d

Monochromatic Colors of #5a427d

#5a427d

Complementary Color

#5a427d #657d42

#5a427d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a427d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a427d Color CSS Codes

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

#5a427d Text Font Color

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

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


#5a427d Background Color

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

This div background color is #5a427d


#5a427d Border Color

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

This div border color is #5a427d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a427d


Comments

No comments written yet.

Please login to write comment.