Color Hex Logo

#574364 Color Hex

#574364
(87,67,100)
0 Favorites   0 Comments

Color spaces of #574364

RGB 8767100
HSL0.770.200.33
HSV276°33°39°
CMYK 0.130.330.00   0.61
XYZ8.23796.960612.9659
Yxy6.96060.29250.2471
Hunter Lab26.38299.5653-10.6700
CIE-Lab31.717015.5966-16.1252

#574364 color RGB value is (87,67,100).

#574364 hex color red value is 87, green value is 67 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #574364 hue: 0.77 , saturation: 0.20 and the lightness value of 574364 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000011 01100100
Octal 127 103 144
Decimal 87 67 100
Hex 57 43 64

RGB Percentages of Color #574364

%34.25
%26.38
%39.37

CMYK Percentages of Color #574364

%13
%33
%0
%61

Triadic Colors of #574364

#574364 #645743 #436457

Analogous Colors of #574364

#574364 #644361 #474364

Monochromatic Colors of #574364

#574364

Complementary Color

#574364 #506443

#574364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574364 Color CSS Codes

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

#574364 Text Font Color

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

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


#574364 Background Color

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

This div background color is #574364


#574364 Border Color

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

This div border color is #574364


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,67,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 #574364">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574364


Comments

No comments written yet.

Please login to write comment.