Color Hex Logo

#5434aa Color Hex

#5434AA
(84,52,170)
0 Favorites   0 Comments

Color spaces of #5434aa

RGB 8452170
HSL0.710.530.44
HSV256°69°67°
CMYK 0.510.690.00   0.33
XYZ12.13987.243138.7884
Yxy7.24310.20870.1245
Hunter Lab26.913033.4192-66.6127
CIE-Lab32.354043.3805-58.4095

#5434aa color RGB value is (84,52,170).

#5434aa hex color red value is 84, green value is 52 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5434aa hue: 0.71 , saturation: 0.53 and the lightness value of 5434aa is 0.44.

The process color (four color CMYK) of #5434aa color hex is 0.51, 0.69, 0.00, 0.33. Web safe color of #5434aa is #663399. Color #5434aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00110100 10101010
Octal 124 64 252
Decimal 84 52 170
Hex 54 34 AA

RGB Percentages of Color #5434aa

%27.45
%16.99
%55.56

CMYK Percentages of Color #5434aa

%51
%69
%0
%33

Triadic Colors of #5434aa

#5434aa #aa5434 #34aa54

Analogous Colors of #5434aa

#5434aa #8f34aa #344faa

Monochromatic Colors of #5434aa

#5434aa

Complementary Color

#5434aa #8aaa34

#5434aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5434aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5434aa Color CSS Codes

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

#5434aa Text Font Color

<p style="color:#5434aa">Text here</p>

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


#5434aa Background Color

<div style="background-color:#5434aa">
Div content here</div>

This div background color is #5434aa


#5434aa Border Color

<div style="border:3px solid #5434aa">
Div here</div>

This div border color is #5434aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,52,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5434aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5434aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5434aa;
  box-shadow:         1px 1px 3px 2px #5434aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,52,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 #5434aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5434aa


Comments

No comments written yet.

Please login to write comment.