Color Hex Logo

#5346aa Color Hex

#5346AA
(83,70,170)
0 Favorites   0 Comments

Color spaces of #5346aa

RGB 8370170
HSL0.690.420.47
HSV248°59°67°
CMYK 0.510.590.00   0.33
XYZ13.01319.121639.1050
Yxy9.12160.21250.1489
Hunter Lab30.202024.0566-55.6263
CIE-Lab36.217432.6269-52.1333

#5346aa color RGB value is (83,70,170).

#5346aa hex color red value is 83, green value is 70 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5346aa hue: 0.69 , saturation: 0.42 and the lightness value of 5346aa is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000110 10101010
Octal 123 106 252
Decimal 83 70 170
Hex 53 46 AA

RGB Percentages of Color #5346aa

%25.70
%21.67
%52.63

CMYK Percentages of Color #5346aa

%51
%59
%0
%33

Triadic Colors of #5346aa

#5346aa #aa5346 #46aa53

Analogous Colors of #5346aa

#5346aa #8546aa #466baa

Monochromatic Colors of #5346aa

#5346aa

Complementary Color

#5346aa #9daa46

#5346aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5346aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5346aa Color CSS Codes

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

#5346aa Text Font Color

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

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


#5346aa Background Color

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

This div background color is #5346aa


#5346aa Border Color

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

This div border color is #5346aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5346aa


Comments

No comments written yet.

Please login to write comment.