Color Hex Logo

#534e8d Color Hex

#534E8D
(83,78,141)
0 Favorites   0 Comments

Color spaces of #534e8d

RGB 8378141
HSL0.680.290.43
HSV245°45°55°
CMYK 0.410.450.00   0.45
XYZ11.09949.210926.3922
Yxy9.21090.23770.1972
Hunter Lab30.349512.1694-30.3146
CIE-Lab36.387218.5869-34.3778

#534e8d color RGB value is (83,78,141).

#534e8d hex color red value is 83, green value is 78 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #534e8d hue: 0.68 , saturation: 0.29 and the lightness value of 534e8d is 0.43.

The process color (four color CMYK) of #534e8d color hex is 0.41, 0.45, 0.00, 0.45. Web safe color of #534e8d is #666699. Color #534e8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001110 10001101
Octal 123 116 215
Decimal 83 78 141
Hex 53 4E 8D

RGB Percentages of Color #534e8d

%27.48
%25.83
%46.69

CMYK Percentages of Color #534e8d

%41
%45
%0
%45

Triadic Colors of #534e8d

#534e8d #8d534e #4e8d53

Analogous Colors of #534e8d

#534e8d #734e8d #4e698d

Monochromatic Colors of #534e8d

#534e8d

Complementary Color

#534e8d #888d4e

#534e8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534e8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#534e8d Color CSS Codes

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

#534e8d Text Font Color

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

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


#534e8d Background Color

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

This div background color is #534e8d


#534e8d Border Color

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

This div border color is #534e8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,78,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #534e8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #534e8d;
  -webkit-box-shadow: 1px 1px 3px 2px #534e8d;
  box-shadow:         1px 1px 3px 2px #534e8d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,78,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534e8d


Comments

No comments written yet.

Please login to write comment.