Color Hex Logo

#574cae Color Hex

#574CAE
(87,76,174)
0 Favorites   0 Comments

Color spaces of #574cae

RGB 8776174
HSL0.690.390.49
HSV247°56°68°
CMYK 0.500.560.00   0.32
XYZ14.154910.251141.2770
Yxy10.25110.21550.1561
Hunter Lab32.017322.8847-54.0250
CIE-Lab38.289431.0227-51.1457

#574cae color RGB value is (87,76,174).

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

The process color (four color CMYK) of #574cae color hex is 0.50, 0.56, 0.00, 0.32. Web safe color of #574cae is #663399. Color #574cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001100 10101110
Octal 127 114 256
Decimal 87 76 174
Hex 57 4C AE

RGB Percentages of Color #574cae

%25.82
%22.55
%51.63

CMYK Percentages of Color #574cae

%50
%56
%0
%32

Triadic Colors of #574cae

#574cae #ae574c #4cae57

Analogous Colors of #574cae

#574cae #884cae #4c72ae

Monochromatic Colors of #574cae

#574cae

Complementary Color

#574cae #a3ae4c

#574cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#574cae Color CSS Codes

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

#574cae Text Font Color

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

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


#574cae Background Color

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

This div background color is #574cae


#574cae Border Color

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

This div border color is #574cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574cae


Comments

No comments written yet.

Please login to write comment.