Color Hex Logo

#574ace Color Hex

#574ACE
(87,74,206)
0 Favorites   0 Comments

Color spaces of #574ace

RGB 8774206
HSL0.680.570.55
HSV246°64°81°
CMYK 0.580.640.00   0.19
XYZ17.519811.380059.6657
Yxy11.38000.19780.1285
Hunter Lab33.734333.6686-81.2521
CIE-Lab40.213342.2569-66.7440

#574ace color RGB value is (87,74,206).

#574ace hex color red value is 87, green value is 74 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #574ace hue: 0.68 , saturation: 0.57 and the lightness value of 574ace is 0.55.

The process color (four color CMYK) of #574ace color hex is 0.58, 0.64, 0.00, 0.19. Web safe color of #574ace is #6633cc. Color #574ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001010 11001110
Octal 127 112 316
Decimal 87 74 206
Hex 57 4A CE

RGB Percentages of Color #574ace

%23.71
%20.16
%56.13

CMYK Percentages of Color #574ace

%58
%64
%0
%19

Triadic Colors of #574ace

#574ace #ce574a #4ace57

Analogous Colors of #574ace

#574ace #994ace #4a7fce

Monochromatic Colors of #574ace

#574ace

Complementary Color

#574ace #c1ce4a

#574ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#574ace Color CSS Codes

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

#574ace Text Font Color

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

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


#574ace Background Color

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

This div background color is #574ace


#574ace Border Color

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

This div border color is #574ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574ace


Comments

No comments written yet.

Please login to write comment.