Color Hex Logo

#573883 Color Hex

#573883
(87,56,131)
0 Favorites   0 Comments

Color spaces of #573883

RGB 8756131
HSL0.740.400.37
HSV265°57°51°
CMYK 0.340.570.00   0.49
XYZ9.44146.493322.2284
Yxy6.49330.24740.1701
Hunter Lab25.482021.5432-33.8824
CIE-Lab30.624430.5959-37.3772

#573883 color RGB value is (87,56,131).

#573883 hex color red value is 87, green value is 56 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #573883 hue: 0.74 , saturation: 0.40 and the lightness value of 573883 is 0.37.

The process color (four color CMYK) of #573883 color hex is 0.34, 0.57, 0.00, 0.49. Web safe color of #573883 is #663399. Color #573883 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111000 10000011
Octal 127 70 203
Decimal 87 56 131
Hex 57 38 83

RGB Percentages of Color #573883

%31.75
%20.44
%47.81

CMYK Percentages of Color #573883

%34
%57
%0
%49

Triadic Colors of #573883

#573883 #835738 #388357

Analogous Colors of #573883

#573883 #7d3883 #383f83

Monochromatic Colors of #573883

#573883

Complementary Color

#573883 #648338

#573883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573883 Color CSS Codes

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

#573883 Text Font Color

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

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


#573883 Background Color

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

This div background color is #573883


#573883 Border Color

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

This div border color is #573883


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,56,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #573883; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #573883;
  -webkit-box-shadow: 1px 1px 3px 2px #573883;
  box-shadow:         1px 1px 3px 2px #573883; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573883


Comments

No comments written yet.

Please login to write comment.