Color Hex Logo

#5740ac Color Hex

#5740AC
(87,64,172)
0 Favorites   0 Comments

Color spaces of #5740ac

RGB 8764172
HSL0.700.460.46
HSV253°63°67°
CMYK 0.490.630.00   0.33
XYZ13.21038.671640.0073
Yxy8.67160.21350.1401
Hunter Lab29.447628.5425-59.9377
CIE-Lab35.344237.6860-54.7240

#5740ac color RGB value is (87,64,172).

#5740ac hex color red value is 87, green value is 64 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5740ac hue: 0.70 , saturation: 0.46 and the lightness value of 5740ac is 0.46.

The process color (four color CMYK) of #5740ac color hex is 0.49, 0.63, 0.00, 0.33. Web safe color of #5740ac is #663399. Color #5740ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000000 10101100
Octal 127 100 254
Decimal 87 64 172
Hex 57 40 AC

RGB Percentages of Color #5740ac

%26.93
%19.81
%53.25

CMYK Percentages of Color #5740ac

%49
%63
%0
%33

Triadic Colors of #5740ac

#5740ac #ac5740 #40ac57

Analogous Colors of #5740ac

#5740ac #8d40ac #405fac

Monochromatic Colors of #5740ac

#5740ac

Complementary Color

#5740ac #95ac40

#5740ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5740ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5740ac Color CSS Codes

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

#5740ac Text Font Color

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

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


#5740ac Background Color

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

This div background color is #5740ac


#5740ac Border Color

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

This div border color is #5740ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,64,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 #5740ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5740ac


Comments

No comments written yet.

Please login to write comment.