Color Hex Logo

#5712aa Color Hex

#5712AA
(87,18,170)
0 Favorites   0 Comments

Color spaces of #5712aa

RGB 8718170
HSL0.740.810.37
HSV267°89°67°
CMYK 0.490.890.00   0.33
XYZ11.40255.361138.4640
Yxy5.36110.20650.0971
Hunter Lab23.154047.3850-82.2860
CIE-Lab27.739758.0653-65.9689

#5712aa color RGB value is (87,18,170).

#5712aa hex color red value is 87, green value is 18 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5712aa hue: 0.74 , saturation: 0.81 and the lightness value of 5712aa is 0.37.

The process color (four color CMYK) of #5712aa color hex is 0.49, 0.89, 0.00, 0.33. Web safe color of #5712aa is #660099. Color #5712aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010010 10101010
Octal 127 22 252
Decimal 87 18 170
Hex 57 12 AA

RGB Percentages of Color #5712aa

%31.64
%6.55
%61.82

CMYK Percentages of Color #5712aa

%49
%89
%0
%33

Triadic Colors of #5712aa

#5712aa #aa5712 #12aa57

Analogous Colors of #5712aa

#5712aa #a312aa #1219aa

Monochromatic Colors of #5712aa

#5712aa

Complementary Color

#5712aa #65aa12

#5712aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5712aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5712aa Color CSS Codes

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

#5712aa Text Font Color

<p style="color:#5712aa">Text here</p>

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


#5712aa Background Color

<div style="background-color:#5712aa">
Div content here</div>

This div background color is #5712aa


#5712aa Border Color

<div style="border:3px solid #5712aa">
Div here</div>

This div border color is #5712aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,18,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5712aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5712aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5712aa;
  box-shadow:         1px 1px 3px 2px #5712aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5712aa


Comments

No comments written yet.

Please login to write comment.