Color Hex Logo

#573282 Color Hex

#573282
(87,50,130)
0 Favorites   0 Comments

Color spaces of #573282

RGB 8750130
HSL0.740.440.35
HSV268°62°51°
CMYK 0.330.620.00   0.49
XYZ9.10035.919121.7820
Yxy5.91910.24730.1608
Hunter Lab24.329224.1915-36.0521
CIE-Lab29.207433.8805-39.0265

#573282 color RGB value is (87,50,130).

#573282 hex color red value is 87, green value is 50 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #573282 hue: 0.74 , saturation: 0.44 and the lightness value of 573282 is 0.35.

The process color (four color CMYK) of #573282 color hex is 0.33, 0.62, 0.00, 0.49. Web safe color of #573282 is #663399. Color #573282 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110010 10000010
Octal 127 62 202
Decimal 87 50 130
Hex 57 32 82

RGB Percentages of Color #573282

%32.58
%18.73
%48.69

CMYK Percentages of Color #573282

%33
%62
%0
%49

Triadic Colors of #573282

#573282 #825732 #328257

Analogous Colors of #573282

#573282 #7f3282 #323582

Monochromatic Colors of #573282

#573282

Complementary Color

#573282 #5d8232

#573282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573282 Color CSS Codes

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

#573282 Text Font Color

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

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


#573282 Background Color

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

This div background color is #573282


#573282 Border Color

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

This div border color is #573282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573282


Comments

No comments written yet.

Please login to write comment.