Color Hex Logo

#5333ab Color Hex

#5333AB
(83,51,171)
0 Favorites   0 Comments

Color spaces of #5333ab

RGB 8351171
HSL0.710.540.44
HSV256°70°67°
CMYK 0.510.700.00   0.33
XYZ12.10187.146939.2697
Yxy7.14690.20680.1221
Hunter Lab26.733734.0194-68.3788
CIE-Lab32.139044.0443-59.3643

#5333ab color RGB value is (83,51,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110011 10101011
Octal 123 63 253
Decimal 83 51 171
Hex 53 33 AB

RGB Percentages of Color #5333ab

%27.21
%16.72
%56.07

CMYK Percentages of Color #5333ab

%51
%70
%0
%33

Triadic Colors of #5333ab

#5333ab #ab5333 #33ab53

Analogous Colors of #5333ab

#5333ab #8f33ab #334fab

Monochromatic Colors of #5333ab

#5333ab

Complementary Color

#5333ab #8bab33

#5333ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5333ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5333ab Color CSS Codes

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

#5333ab Text Font Color

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

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


#5333ab Background Color

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

This div background color is #5333ab


#5333ab Border Color

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

This div border color is #5333ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,51,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5333ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5333ab


Comments

No comments written yet.

Please login to write comment.