Color Hex Logo

#5357ac Color Hex

#5357AC
(83,87,172)
0 Favorites   0 Comments

Color spaces of #5357ac

RGB 8387172
HSL0.660.350.50
HSV237°52°67°
CMYK 0.520.490.00   0.33
XYZ14.421911.633940.5152
Yxy11.63390.21660.1748
Hunter Lab34.108515.7842-46.5507
CIE-Lab40.628222.5974-46.2171

#5357ac color RGB value is (83,87,172).

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

The process color (four color CMYK) of #5357ac color hex is 0.52, 0.49, 0.00, 0.33. Web safe color of #5357ac is #666699. Color #5357ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010111 10101100
Octal 123 127 254
Decimal 83 87 172
Hex 53 57 AC

RGB Percentages of Color #5357ac

%24.27
%25.44
%50.29

CMYK Percentages of Color #5357ac

%52
%49
%0
%33

Triadic Colors of #5357ac

#5357ac #ac5357 #57ac53

Analogous Colors of #5357ac

#5357ac #7c53ac #5384ac

Monochromatic Colors of #5357ac

#5357ac

Complementary Color

#5357ac #aca853

#5357ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5357ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5357ac Color CSS Codes

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

#5357ac Text Font Color

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

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


#5357ac Background Color

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

This div background color is #5357ac


#5357ac Border Color

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

This div border color is #5357ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5357ac


Comments

No comments written yet.

Please login to write comment.