Color Hex Logo

#5320af Color Hex

#5320AF
(83,32,175)
0 Favorites   0 Comments

Color spaces of #5320af

RGB 8332175
HSL0.730.690.41
HSV261°82°69°
CMYK 0.530.820.00   0.31
XYZ11.82175.967241.0861
Yxy5.96720.20080.1014
Hunter Lab24.427943.6352-82.6225
CIE-Lab29.329654.1982-66.3701

#5320af color RGB value is (83,32,175).

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

The process color (four color CMYK) of #5320af color hex is 0.53, 0.82, 0.00, 0.31. Web safe color of #5320af is #663399. Color #5320af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100000 10101111
Octal 123 40 257
Decimal 83 32 175
Hex 53 20 AF

RGB Percentages of Color #5320af

%28.62
%11.03
%60.34

CMYK Percentages of Color #5320af

%53
%82
%0
%31

Triadic Colors of #5320af

#5320af #af5320 #20af53

Analogous Colors of #5320af

#5320af #9b20af #2035af

Monochromatic Colors of #5320af

#5320af

Complementary Color

#5320af #7caf20

#5320af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5320af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5320af Color CSS Codes

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

#5320af Text Font Color

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

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


#5320af Background Color

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

This div background color is #5320af


#5320af Border Color

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

This div border color is #5320af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5320af


Comments

No comments written yet.

Please login to write comment.