Color Hex Logo

#5333aa Color Hex

#5333AA
(83,51,170)
0 Favorites   0 Comments

Color spaces of #5333aa

RGB 8351170
HSL0.710.540.43
HSV256°70°67°
CMYK 0.510.700.00   0.33
XYZ12.00687.108938.7695
Yxy7.10890.20740.1228
Hunter Lab26.662533.7236-67.5488
CIE-Lab32.053543.7528-58.9046

#5333aa color RGB value is (83,51,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110011 10101010
Octal 123 63 252
Decimal 83 51 170
Hex 53 33 AA

RGB Percentages of Color #5333aa

%27.30
%16.78
%55.92

CMYK Percentages of Color #5333aa

%51
%70
%0
%33

Triadic Colors of #5333aa

#5333aa #aa5333 #33aa53

Analogous Colors of #5333aa

#5333aa #8f33aa #334faa

Monochromatic Colors of #5333aa

#5333aa

Complementary Color

#5333aa #8aaa33

#5333aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5333aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5333aa Color CSS Codes

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

#5333aa Text Font Color

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

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


#5333aa Background Color

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

This div background color is #5333aa


#5333aa Border Color

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

This div border color is #5333aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5333aa


Comments

No comments written yet.

Please login to write comment.