Color Hex Logo

#574a92 Color Hex

#574A92
(87,74,146)
0 Favorites   0 Comments

Color spaces of #574a92

RGB 8774146
HSL0.700.330.43
HSV251°49°57°
CMYK 0.400.490.00   0.43
XYZ11.56768.999128.3215
Yxy8.99910.23660.1841
Hunter Lab29.998516.3333-34.9766
CIE-Lab35.982623.7203-38.0429

#574a92 color RGB value is (87,74,146).

#574a92 hex color red value is 87, green value is 74 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #574a92 hue: 0.70 , saturation: 0.33 and the lightness value of 574a92 is 0.43.

The process color (four color CMYK) of #574a92 color hex is 0.40, 0.49, 0.00, 0.43. Web safe color of #574a92 is #663399. Color #574a92 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001010 10010010
Octal 127 112 222
Decimal 87 74 146
Hex 57 4A 92

RGB Percentages of Color #574a92

%28.34
%24.10
%47.56

CMYK Percentages of Color #574a92

%40
%49
%0
%43

Triadic Colors of #574a92

#574a92 #92574a #4a9257

Analogous Colors of #574a92

#574a92 #7b4a92 #4a6192

Monochromatic Colors of #574a92

#574a92

Complementary Color

#574a92 #85924a

#574a92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574a92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574a92 Color CSS Codes

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

#574a92 Text Font Color

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

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


#574a92 Background Color

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

This div background color is #574a92


#574a92 Border Color

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

This div border color is #574a92


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,74,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #574a92; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #574a92;
  -webkit-box-shadow: 1px 1px 3px 2px #574a92;
  box-shadow:         1px 1px 3px 2px #574a92; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574a92


Comments

No comments written yet.

Please login to write comment.