Color Hex Logo

#574baa Color Hex

#574BAA
(87,75,170)
0 Favorites   0 Comments

Color spaces of #574baa

RGB 8775170
HSL0.690.390.48
HSV248°56°67°
CMYK 0.490.560.00   0.33
XYZ13.70239.960739.2306
Yxy9.96070.21790.1584
Hunter Lab31.560622.2663-51.6066
CIE-Lab37.771830.3982-49.6053

#574baa color RGB value is (87,75,170).

#574baa hex color red value is 87, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #574baa hue: 0.69 , saturation: 0.39 and the lightness value of 574baa is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001011 10101010
Octal 127 113 252
Decimal 87 75 170
Hex 57 4B AA

RGB Percentages of Color #574baa

%26.20
%22.59
%51.20

CMYK Percentages of Color #574baa

%49
%56
%0
%33

Triadic Colors of #574baa

#574baa #aa574b #4baa57

Analogous Colors of #574baa

#574baa #874baa #4b6faa

Monochromatic Colors of #574baa

#574baa

Complementary Color

#574baa #9eaa4b

#574baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#574baa Color CSS Codes

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

#574baa Text Font Color

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

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


#574baa Background Color

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

This div background color is #574baa


#574baa Border Color

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

This div border color is #574baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574baa


Comments

No comments written yet.

Please login to write comment.