Color Hex Logo

#534eaa Color Hex

#534EAA
(83,78,170)
0 Favorites   0 Comments

Color spaces of #534eaa

RGB 8378170
HSL0.680.370.49
HSV243°54°67°
CMYK 0.510.540.00   0.33
XYZ13.547410.190139.2831
Yxy10.19010.21500.1617
Hunter Lab31.921919.8905-50.6169
CIE-Lab38.181527.6407-48.9624

#534eaa color RGB value is (83,78,170).

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

The process color (four color CMYK) of #534eaa color hex is 0.51, 0.54, 0.00, 0.33. Web safe color of #534eaa is #666699. Color #534eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001110 10101010
Octal 123 116 252
Decimal 83 78 170
Hex 53 4E AA

RGB Percentages of Color #534eaa

%25.08
%23.56
%51.36

CMYK Percentages of Color #534eaa

%51
%54
%0
%33

Triadic Colors of #534eaa

#534eaa #aa534e #4eaa53

Analogous Colors of #534eaa

#534eaa #814eaa #4e77aa

Monochromatic Colors of #534eaa

#534eaa

Complementary Color

#534eaa #a5aa4e

#534eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#534eaa Color CSS Codes

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

#534eaa Text Font Color

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

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


#534eaa Background Color

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

This div background color is #534eaa


#534eaa Border Color

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

This div border color is #534eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534eaa


Comments

No comments written yet.

Please login to write comment.