Color Hex Logo

#5331aa Color Hex

#5331AA
(83,49,170)
0 Favorites   0 Comments

Color spaces of #5331aa

RGB 8349170
HSL0.710.550.43
HSV257°71°67°
CMYK 0.510.710.00   0.33
XYZ11.92136.937938.7410
Yxy6.93790.20700.1204
Hunter Lab26.339934.6934-68.7664
CIE-Lab31.665144.8301-59.5396

#5331aa color RGB value is (83,49,170).

#5331aa hex color red value is 83, green value is 49 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5331aa hue: 0.71 , saturation: 0.55 and the lightness value of 5331aa is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110001 10101010
Octal 123 61 252
Decimal 83 49 170
Hex 53 31 AA

RGB Percentages of Color #5331aa

%27.48
%16.23
%56.29

CMYK Percentages of Color #5331aa

%51
%71
%0
%33

Triadic Colors of #5331aa

#5331aa #aa5331 #31aa53

Analogous Colors of #5331aa

#5331aa #9031aa #314caa

Monochromatic Colors of #5331aa

#5331aa

Complementary Color

#5331aa #88aa31

#5331aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5331aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5331aa Color CSS Codes

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

#5331aa Text Font Color

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

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


#5331aa Background Color

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

This div background color is #5331aa


#5331aa Border Color

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

This div border color is #5331aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5331aa


Comments

No comments written yet.

Please login to write comment.