Color Hex Logo

#573ada Color Hex

#573ADA
(87,58,218)
0 Favorites   0 Comments

Color spaces of #573ada

RGB 8758218
HSL0.700.680.54
HSV251°73°85°
CMYK 0.600.730.00   0.15
XYZ18.098410.114367.3280
Yxy10.11430.18940.1059
Hunter Lab31.803045.9253-103.2568
CIE-Lab38.046854.6938-77.2050

#573ada color RGB value is (87,58,218).

#573ada hex color red value is 87, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #573ada hue: 0.70 , saturation: 0.68 and the lightness value of 573ada is 0.54.

The process color (four color CMYK) of #573ada color hex is 0.60, 0.73, 0.00, 0.15. Web safe color of #573ada is #6633cc. Color #573ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111010 11011010
Octal 127 72 332
Decimal 87 58 218
Hex 57 3A DA

RGB Percentages of Color #573ada

%23.97
%15.98
%60.06

CMYK Percentages of Color #573ada

%60
%73
%0
%15

Triadic Colors of #573ada

#573ada #da573a #3ada57

Analogous Colors of #573ada

#573ada #a73ada #3a6dda

Monochromatic Colors of #573ada

#573ada

Complementary Color

#573ada #bdda3a

#573ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#573ada Color CSS Codes

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

#573ada Text Font Color

<p style="color:#573ada">Text here</p>

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


#573ada Background Color

<div style="background-color:#573ada">
Div content here</div>

This div background color is #573ada


#573ada Border Color

<div style="border:3px solid #573ada">
Div here</div>

This div border color is #573ada


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,58,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #573ada; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #573ada;
  -webkit-box-shadow: 1px 1px 3px 2px #573ada;
  box-shadow:         1px 1px 3px 2px #573ada; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573ada


Comments

No comments written yet.

Please login to write comment.