Color Hex Logo

#5359eb Color Hex

#5359EB
(83,89,235)
0 Favorites   0 Comments

Color spaces of #5359eb

RGB 8389235
HSL0.660.790.62
HSV238°65°92°
CMYK 0.650.620.00   0.08
XYZ22.135114.981980.3224
Yxy14.98190.18850.1276
Hunter Lab38.706534.3427-95.9422
CIE-Lab45.609442.0645-74.4897

#5359eb color RGB value is (83,89,235).

#5359eb hex color red value is 83, green value is 89 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5359eb hue: 0.66 , saturation: 0.79 and the lightness value of 5359eb is 0.62.

The process color (four color CMYK) of #5359eb color hex is 0.65, 0.62, 0.00, 0.08. Web safe color of #5359eb is #6666ff. Color #5359eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011001 11101011
Octal 123 131 353
Decimal 83 89 235
Hex 53 59 EB

RGB Percentages of Color #5359eb

%20.39
%21.87
%57.74

CMYK Percentages of Color #5359eb

%65
%62
%0
%8

Triadic Colors of #5359eb

#5359eb #eb5359 #59eb53

Analogous Colors of #5359eb

#5359eb #9953eb #53a5eb

Monochromatic Colors of #5359eb

#5359eb

Complementary Color

#5359eb #ebe553

#5359eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5359eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5359eb Color CSS Codes

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

#5359eb Text Font Color

<p style="color:#5359eb">Text here</p>

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


#5359eb Background Color

<div style="background-color:#5359eb">
Div content here</div>

This div background color is #5359eb


#5359eb Border Color

<div style="border:3px solid #5359eb">
Div here</div>

This div border color is #5359eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,89,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5359eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5359eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5359eb;
  box-shadow:         1px 1px 3px 2px #5359eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5359eb


Comments

No comments written yet.

Please login to write comment.