Color Hex Logo

#573eaf Color Hex

#573EAF
(87,62,175)
0 Favorites   0 Comments

Color spaces of #573eaf

RGB 8762175
HSL0.700.480.46
HSV253°65°69°
CMYK 0.500.650.00   0.31
XYZ13.39108.566641.5052
Yxy8.56660.21100.1350
Hunter Lab29.268830.4468-63.5894
CIE-Lab35.136139.7584-56.8486

#573eaf color RGB value is (87,62,175).

#573eaf hex color red value is 87, green value is 62 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #573eaf hue: 0.70 , saturation: 0.48 and the lightness value of 573eaf is 0.46.

The process color (four color CMYK) of #573eaf color hex is 0.50, 0.65, 0.00, 0.31. Web safe color of #573eaf is #663399. Color #573eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111110 10101111
Octal 127 76 257
Decimal 87 62 175
Hex 57 3E AF

RGB Percentages of Color #573eaf

%26.85
%19.14
%54.01

CMYK Percentages of Color #573eaf

%50
%65
%0
%31

Triadic Colors of #573eaf

#573eaf #af573e #3eaf57

Analogous Colors of #573eaf

#573eaf #903eaf #3e5eaf

Monochromatic Colors of #573eaf

#573eaf

Complementary Color

#573eaf #96af3e

#573eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#573eaf Color CSS Codes

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

#573eaf Text Font Color

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

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


#573eaf Background Color

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

This div background color is #573eaf


#573eaf Border Color

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

This div border color is #573eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573eaf


Comments

No comments written yet.

Please login to write comment.