Color Hex Logo

#573abf Color Hex

#573ABF
(87,58,191)
0 Favorites   0 Comments

Color spaces of #573abf

RGB 8758191
HSL0.700.530.49
HSV253°70°75°
CMYK 0.540.700.00   0.25
XYZ14.84758.813950.2089
Yxy8.81390.20100.1193
Hunter Lab29.688237.3160-79.4899
CIE-Lab35.623546.7676-65.5088

#573abf color RGB value is (87,58,191).

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

The process color (four color CMYK) of #573abf color hex is 0.54, 0.70, 0.00, 0.25. Web safe color of #573abf is #6633cc. Color #573abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111010 10111111
Octal 127 72 277
Decimal 87 58 191
Hex 57 3A BF

RGB Percentages of Color #573abf

%25.89
%17.26
%56.85

CMYK Percentages of Color #573abf

%54
%70
%0
%25

Triadic Colors of #573abf

#573abf #bf573a #3abf57

Analogous Colors of #573abf

#573abf #9a3abf #3a5fbf

Monochromatic Colors of #573abf

#573abf

Complementary Color

#573abf #a2bf3a

#573abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#573abf Color CSS Codes

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

#573abf Text Font Color

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

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


#573abf Background Color

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

This div background color is #573abf


#573abf Border Color

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

This div border color is #573abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573abf


Comments

No comments written yet.

Please login to write comment.