Color Hex Logo

#573abe Color Hex

#573ABE
(87,58,190)
0 Favorites   0 Comments

Color spaces of #573abe

RGB 8758190
HSL0.700.530.49
HSV253°69°75°
CMYK 0.540.690.00   0.25
XYZ14.73788.770149.6312
Yxy8.77010.20150.1199
Hunter Lab29.614437.0067-78.6351
CIE-Lab35.537846.4719-65.0616

#573abe color RGB value is (87,58,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111010 10111110
Octal 127 72 276
Decimal 87 58 190
Hex 57 3A BE

RGB Percentages of Color #573abe

%25.97
%17.31
%56.72

CMYK Percentages of Color #573abe

%54
%69
%0
%25

Triadic Colors of #573abe

#573abe #be573a #3abe57

Analogous Colors of #573abe

#573abe #993abe #3a5fbe

Monochromatic Colors of #573abe

#573abe

Complementary Color

#573abe #a1be3a

#573abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#573abe Color CSS Codes

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

#573abe Text Font Color

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

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


#573abe Background Color

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

This div background color is #573abe


#573abe Border Color

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

This div border color is #573abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573abe


Comments

No comments written yet.

Please login to write comment.