Color Hex Logo

#5720ab Color Hex

#5720AB
(87,32,171)
0 Favorites   0 Comments

Color spaces of #5720ab

RGB 8732171
HSL0.730.680.40
HSV264°81°67°
CMYK 0.490.810.00   0.33
XYZ11.79775.999539.0643
Yxy5.99950.20750.1055
Hunter Lab24.493943.1119-77.4135
CIE-Lab29.411253.6773-63.8188

#5720ab color RGB value is (87,32,171).

#5720ab hex color red value is 87, green value is 32 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5720ab hue: 0.73 , saturation: 0.68 and the lightness value of 5720ab is 0.40.

The process color (four color CMYK) of #5720ab color hex is 0.49, 0.81, 0.00, 0.33. Web safe color of #5720ab is #663399. Color #5720ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100000 10101011
Octal 127 40 253
Decimal 87 32 171
Hex 57 20 AB

RGB Percentages of Color #5720ab

%30.00
%11.03
%58.97

CMYK Percentages of Color #5720ab

%49
%81
%0
%33

Triadic Colors of #5720ab

#5720ab #ab5720 #20ab57

Analogous Colors of #5720ab

#5720ab #9d20ab #202eab

Monochromatic Colors of #5720ab

#5720ab

Complementary Color

#5720ab #74ab20

#5720ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5720ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5720ab Color CSS Codes

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

#5720ab Text Font Color

<p style="color:#5720ab">Text here</p>

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


#5720ab Background Color

<div style="background-color:#5720ab">
Div content here</div>

This div background color is #5720ab


#5720ab Border Color

<div style="border:3px solid #5720ab">
Div here</div>

This div border color is #5720ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,32,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5720ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5720ab;
  -webkit-box-shadow: 1px 1px 3px 2px #5720ab;
  box-shadow:         1px 1px 3px 2px #5720ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5720ab


Comments

No comments written yet.

Please login to write comment.