Color Hex Logo

#573464 Color Hex

#573464
(87,52,100)
0 Favorites   0 Comments

Color spaces of #573464

RGB 8752100
HSL0.790.320.30
HSV284°48°39°
CMYK 0.130.480.00   0.61
XYZ7.45875.402312.7062
Yxy5.40230.29170.2113
Hunter Lab23.242816.6062-16.1422
CIE-Lab27.851525.0496-22.1286

#573464 color RGB value is (87,52,100).

#573464 hex color red value is 87, green value is 52 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #573464 hue: 0.79 , saturation: 0.32 and the lightness value of 573464 is 0.30.

The process color (four color CMYK) of #573464 color hex is 0.13, 0.48, 0.00, 0.61. Web safe color of #573464 is #663366. Color #573464 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110100 01100100
Octal 127 64 144
Decimal 87 52 100
Hex 57 34 64

RGB Percentages of Color #573464

%36.40
%21.76
%41.84

CMYK Percentages of Color #573464

%13
%48
%0
%61

Triadic Colors of #573464

#573464 #645734 #346457

Analogous Colors of #573464

#573464 #643459 #3f3464

Monochromatic Colors of #573464

#573464

Complementary Color

#573464 #416434

#573464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573464 Color CSS Codes

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

#573464 Text Font Color

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

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


#573464 Background Color

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

This div background color is #573464


#573464 Border Color

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

This div border color is #573464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573464


Comments

No comments written yet.

Please login to write comment.