Color Hex Logo

#574454 Color Hex

#574454
(87,68,84)
0 Favorites   0 Comments

Color spaces of #574454

RGB 876884
HSL0.860.120.30
HSV309°22°34°
CMYK 0.000.220.03   0.66
XYZ7.59786.80069.2997
Yxy6.80060.32060.2870
Hunter Lab26.07806.3695-2.8889
CIE-Lab31.348611.2984-6.4423

#574454 color RGB value is (87,68,84).

#574454 hex color red value is 87, green value is 68 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #574454 hue: 0.86 , saturation: 0.12 and the lightness value of 574454 is 0.30.

The process color (four color CMYK) of #574454 color hex is 0.00, 0.22, 0.03, 0.66. Web safe color of #574454 is #663366. Color #574454 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000100 01010100
Octal 127 104 124
Decimal 87 68 84
Hex 57 44 54

RGB Percentages of Color #574454

%36.40
%28.45
%35.15

CMYK Percentages of Color #574454

%0
%22
%3
%66

Triadic Colors of #574454

#574454 #545744 #445457

Analogous Colors of #574454

#574454 #57444b #514457

Monochromatic Colors of #574454

#574454

Complementary Color

#574454 #445747

#574454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574454 Color CSS Codes

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

#574454 Text Font Color

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

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


#574454 Background Color

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

This div background color is #574454


#574454 Border Color

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

This div border color is #574454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574454


Comments

No comments written yet.

Please login to write comment.