Color Hex Logo

#5713ad Color Hex

#5713AD
(87,19,173)
0 Favorites   0 Comments

Color spaces of #5713ad

RGB 8719173
HSL0.740.800.38
HSV266°89°68°
CMYK 0.500.890.00   0.32
XYZ11.70625.509139.9815
Yxy5.50910.20470.0963
Hunter Lab23.471547.9503-84.5650
CIE-Lab28.138658.5163-67.1166

#5713ad color RGB value is (87,19,173).

#5713ad hex color red value is 87, green value is 19 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5713ad hue: 0.74 , saturation: 0.80 and the lightness value of 5713ad is 0.38.

The process color (four color CMYK) of #5713ad color hex is 0.50, 0.89, 0.00, 0.32. Web safe color of #5713ad is #660099. Color #5713ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010011 10101101
Octal 127 23 255
Decimal 87 19 173
Hex 57 13 AD

RGB Percentages of Color #5713ad

%31.18
%6.81
%62.01

CMYK Percentages of Color #5713ad

%50
%89
%0
%32

Triadic Colors of #5713ad

#5713ad #ad5713 #13ad57

Analogous Colors of #5713ad

#5713ad #a413ad #131cad

Monochromatic Colors of #5713ad

#5713ad

Complementary Color

#5713ad #69ad13

#5713ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5713ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5713ad Color CSS Codes

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

#5713ad Text Font Color

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

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


#5713ad Background Color

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

This div background color is #5713ad


#5713ad Border Color

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

This div border color is #5713ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5713ad


Comments

No comments written yet.

Please login to write comment.