Color Hex Logo

#534aaa Color Hex

#534AAA
(83,74,170)
0 Favorites   0 Comments

Color spaces of #534aaa

RGB 8374170
HSL0.680.390.48
HSV246°56°67°
CMYK 0.510.560.00   0.33
XYZ13.27189.638839.1912
Yxy9.63880.21370.1552
Hunter Lab31.046421.9744-53.1118
CIE-Lab37.186230.1474-50.5673

#534aaa color RGB value is (83,74,170).

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

The process color (four color CMYK) of #534aaa color hex is 0.51, 0.56, 0.00, 0.33. Web safe color of #534aaa is #663399. Color #534aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001010 10101010
Octal 123 112 252
Decimal 83 74 170
Hex 53 4A AA

RGB Percentages of Color #534aaa

%25.38
%22.63
%51.99

CMYK Percentages of Color #534aaa

%51
%56
%0
%33

Triadic Colors of #534aaa

#534aaa #aa534a #4aaa53

Analogous Colors of #534aaa

#534aaa #834aaa #4a71aa

Monochromatic Colors of #534aaa

#534aaa

Complementary Color

#534aaa #a1aa4a

#534aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#534aaa Color CSS Codes

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

#534aaa Text Font Color

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

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


#534aaa Background Color

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

This div background color is #534aaa


#534aaa Border Color

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

This div border color is #534aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,74,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 #534aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534aaa


Comments

No comments written yet.

Please login to write comment.