Color Hex Logo

#5721ab Color Hex

#5721AB
(87,33,171)
0 Favorites   0 Comments

Color spaces of #5721ab

RGB 8733171
HSL0.730.680.40
HSV263°81°67°
CMYK 0.490.810.00   0.33
XYZ11.82506.054239.0734
Yxy6.05420.20760.1063
Hunter Lab24.605342.7257-76.9293
CIE-Lab29.548853.2765-63.5926

#5721ab color RGB value is (87,33,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100001 10101011
Octal 127 41 253
Decimal 87 33 171
Hex 57 21 AB

RGB Percentages of Color #5721ab

%29.90
%11.34
%58.76

CMYK Percentages of Color #5721ab

%49
%81
%0
%33

Triadic Colors of #5721ab

#5721ab #ab5721 #21ab57

Analogous Colors of #5721ab

#5721ab #9c21ab #2130ab

Monochromatic Colors of #5721ab

#5721ab

Complementary Color

#5721ab #75ab21

#5721ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5721ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5721ab Color CSS Codes

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

#5721ab Text Font Color

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

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


#5721ab Background Color

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

This div background color is #5721ab


#5721ab Border Color

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

This div border color is #5721ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5721ab

#5721ab Color Palettes


Comments

No comments written yet.

Please login to write comment.