Color Hex Logo

#5357e3 Color Hex

#5357E3
(83,87,227)
0 Favorites   0 Comments

Color spaces of #5357e3

RGB 8387227
HSL0.660.720.61
HSV238°63°89°
CMYK 0.630.620.00   0.11
XYZ20.840614.201474.3158
Yxy14.20140.19060.1299
Hunter Lab37.684732.7666-90.5429
CIE-Lab44.520440.6409-71.7454

#5357e3 color RGB value is (83,87,227).

#5357e3 hex color red value is 83, green value is 87 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #5357e3 hue: 0.66 , saturation: 0.72 and the lightness value of 5357e3 is 0.61.

The process color (four color CMYK) of #5357e3 color hex is 0.63, 0.62, 0.00, 0.11. Web safe color of #5357e3 is #6666cc. Color #5357e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010111 11100011
Octal 123 127 343
Decimal 83 87 227
Hex 53 57 E3

RGB Percentages of Color #5357e3

%20.91
%21.91
%57.18

CMYK Percentages of Color #5357e3

%63
%62
%0
%11

Triadic Colors of #5357e3

#5357e3 #e35357 #57e353

Analogous Colors of #5357e3

#5357e3 #9753e3 #539fe3

Monochromatic Colors of #5357e3

#5357e3

Complementary Color

#5357e3 #e3df53

#5357e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5357e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5357e3 Color CSS Codes

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

#5357e3 Text Font Color

<p style="color:#5357e3">Text here</p>

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


#5357e3 Background Color

<div style="background-color:#5357e3">
Div content here</div>

This div background color is #5357e3


#5357e3 Border Color

<div style="border:3px solid #5357e3">
Div here</div>

This div border color is #5357e3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,87,227, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5357e3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5357e3;
  -webkit-box-shadow: 1px 1px 3px 2px #5357e3;
  box-shadow:         1px 1px 3px 2px #5357e3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5357e3


Comments

No comments written yet.

Please login to write comment.