Color Hex Logo

#5349df Color Hex

#5349DF
(83,73,223)
0 Favorites   0 Comments

Color spaces of #5349df

RGB 8373223
HSL0.680.700.58
HSV244°67°87°
CMYK 0.630.670.00   0.13
XYZ19.269111.931871.0995
Yxy11.93180.18840.1166
Hunter Lab34.542439.1249-97.8583
CIE-Lab41.107547.5742-75.0518

#5349df color RGB value is (83,73,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001001 11011111
Octal 123 111 337
Decimal 83 73 223
Hex 53 49 DF

RGB Percentages of Color #5349df

%21.90
%19.26
%58.84

CMYK Percentages of Color #5349df

%63
%67
%0
%13

Triadic Colors of #5349df

#5349df #df5349 #49df53

Analogous Colors of #5349df

#5349df #9e49df #498adf

Monochromatic Colors of #5349df

#5349df

Complementary Color

#5349df #d5df49

#5349df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5349df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5349df Color CSS Codes

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

#5349df Text Font Color

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

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


#5349df Background Color

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

This div background color is #5349df


#5349df Border Color

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

This div border color is #5349df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5349df


Comments

No comments written yet.

Please login to write comment.