Color Hex Logo

#5740ad Color Hex

#5740AD
(87,64,173)
0 Favorites   0 Comments

Color spaces of #5740ad

RGB 8764173
HSL0.700.460.46
HSV253°63°68°
CMYK 0.500.630.00   0.32
XYZ13.30678.710240.5151
Yxy8.71020.21280.1393
Hunter Lab29.513028.8334-60.7334
CIE-Lab35.420237.9866-55.1963

#5740ad color RGB value is (87,64,173).

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

The process color (four color CMYK) of #5740ad color hex is 0.50, 0.63, 0.00, 0.32. Web safe color of #5740ad is #663399. Color #5740ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000000 10101101
Octal 127 100 255
Decimal 87 64 173
Hex 57 40 AD

RGB Percentages of Color #5740ad

%26.85
%19.75
%53.40

CMYK Percentages of Color #5740ad

%50
%63
%0
%32

Triadic Colors of #5740ad

#5740ad #ad5740 #40ad57

Analogous Colors of #5740ad

#5740ad #8e40ad #405fad

Monochromatic Colors of #5740ad

#5740ad

Complementary Color

#5740ad #96ad40

#5740ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5740ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5740ad Color CSS Codes

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

#5740ad Text Font Color

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

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


#5740ad Background Color

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

This div background color is #5740ad


#5740ad Border Color

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

This div border color is #5740ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5740ad


Comments

No comments written yet.

Please login to write comment.