Color Hex Logo

#5349da Color Hex

#5349DA
(83,73,218)
0 Favorites   0 Comments

Color spaces of #5349da

RGB 8373218
HSL0.680.660.57
HSV244°67°85°
CMYK 0.620.670.00   0.15
XYZ18.604711.666067.6009
Yxy11.66600.19010.1192
Hunter Lab34.155537.4577-93.4384
CIE-Lab40.680346.0003-72.8944

#5349da color RGB value is (83,73,218).

#5349da hex color red value is 83, green value is 73 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5349da hue: 0.68 , saturation: 0.66 and the lightness value of 5349da is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001001 11011010
Octal 123 111 332
Decimal 83 73 218
Hex 53 49 DA

RGB Percentages of Color #5349da

%22.19
%19.52
%58.29

CMYK Percentages of Color #5349da

%62
%67
%0
%15

Triadic Colors of #5349da

#5349da #da5349 #49da53

Analogous Colors of #5349da

#5349da #9c49da #4988da

Monochromatic Colors of #5349da

#5349da

Complementary Color

#5349da #d0da49

#5349da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5349da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5349da Color CSS Codes

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

#5349da Text Font Color

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

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


#5349da Background Color

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

This div background color is #5349da


#5349da Border Color

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

This div border color is #5349da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5349da


Comments

No comments written yet.

Please login to write comment.