Color Hex Logo

#5320da Color Hex

#5320DA
(83,32,218)
0 Favorites   0 Comments

Color spaces of #5320da

RGB 8332218
HSL0.710.740.49
HSV256°85°85°
CMYK 0.620.850.00   0.15
XYZ16.73877.934066.9789
Yxy7.93400.18260.0866
Hunter Lab28.167456.7823-121.2680
CIE-Lab33.845165.4128-84.1544

#5320da color RGB value is (83,32,218).

#5320da hex color red value is 83, green value is 32 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5320da hue: 0.71 , saturation: 0.74 and the lightness value of 5320da is 0.49.

The process color (four color CMYK) of #5320da color hex is 0.62, 0.85, 0.00, 0.15. Web safe color of #5320da is #6633cc. Color #5320da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100000 11011010
Octal 123 40 332
Decimal 83 32 218
Hex 53 20 DA

RGB Percentages of Color #5320da

%24.92
%9.61
%65.47

CMYK Percentages of Color #5320da

%62
%85
%0
%15

Triadic Colors of #5320da

#5320da #da5320 #20da53

Analogous Colors of #5320da

#5320da #b020da #204ada

Monochromatic Colors of #5320da

#5320da

Complementary Color

#5320da #a7da20

#5320da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5320da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5320da Color CSS Codes

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

#5320da Text Font Color

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

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


#5320da Background Color

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

This div background color is #5320da


#5320da Border Color

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

This div border color is #5320da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5320da


Comments

No comments written yet.

Please login to write comment.