Color Hex Logo

#5320ab Color Hex

#5320AB
(83,32,171)
0 Favorites   0 Comments

Color spaces of #5320ab

RGB 8332171
HSL0.730.680.40
HSV262°81°67°
CMYK 0.510.810.00   0.33
XYZ11.43455.812339.0473
Yxy5.81230.20310.1032
Hunter Lab24.108742.4704-79.1520
CIE-Lab28.933953.1485-64.6211

#5320ab color RGB value is (83,32,171).

#5320ab hex color red value is 83, green value is 32 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5320ab hue: 0.73 , saturation: 0.68 and the lightness value of 5320ab is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100000 10101011
Octal 123 40 253
Decimal 83 32 171
Hex 53 20 AB

RGB Percentages of Color #5320ab

%29.02
%11.19
%59.79

CMYK Percentages of Color #5320ab

%51
%81
%0
%33

Triadic Colors of #5320ab

#5320ab #ab5320 #20ab53

Analogous Colors of #5320ab

#5320ab #9920ab #2032ab

Monochromatic Colors of #5320ab

#5320ab

Complementary Color

#5320ab #78ab20

#5320ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5320ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5320ab Color CSS Codes

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

#5320ab Text Font Color

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

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


#5320ab Background Color

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

This div background color is #5320ab


#5320ab Border Color

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

This div border color is #5320ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5320ab


Comments

No comments written yet.

Please login to write comment.