Color Hex Logo

#5731ac Color Hex

#5731AC
(87,49,172)
0 Favorites   0 Comments

Color spaces of #5731ac

RGB 8749172
HSL0.720.560.43
HSV259°72°67°
CMYK 0.490.720.00   0.33
XYZ12.47527.201439.7622
Yxy7.20140.20990.1212
Hunter Lab26.835436.0187-69.0655
CIE-Lab32.261146.0791-59.7465

#5731ac color RGB value is (87,49,172).

#5731ac hex color red value is 87, green value is 49 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5731ac hue: 0.72 , saturation: 0.56 and the lightness value of 5731ac is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110001 10101100
Octal 127 61 254
Decimal 87 49 172
Hex 57 31 AC

RGB Percentages of Color #5731ac

%28.25
%15.91
%55.84

CMYK Percentages of Color #5731ac

%49
%72
%0
%33

Triadic Colors of #5731ac

#5731ac #ac5731 #31ac57

Analogous Colors of #5731ac

#5731ac #9531ac #3149ac

Monochromatic Colors of #5731ac

#5731ac

Complementary Color

#5731ac #86ac31

#5731ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5731ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5731ac Color CSS Codes

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

#5731ac Text Font Color

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

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


#5731ac Background Color

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

This div background color is #5731ac


#5731ac Border Color

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

This div border color is #5731ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5731ac


Comments

No comments written yet.

Please login to write comment.