Color Hex Logo

#574eea Color Hex

#574EEA
(87,78,234)
0 Favorites   0 Comments

Color spaces of #574eea

RGB 8778234
HSL0.680.790.61
HSV243°67°92°
CMYK 0.630.670.00   0.08
XYZ21.506213.415579.2979
Yxy13.41550.18830.1175
Hunter Lab36.627240.7114-102.7239
CIE-Lab43.382748.7207-77.5571

#574eea color RGB value is (87,78,234).

#574eea hex color red value is 87, green value is 78 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #574eea hue: 0.68 , saturation: 0.79 and the lightness value of 574eea is 0.61.

The process color (four color CMYK) of #574eea color hex is 0.63, 0.67, 0.00, 0.08. Web safe color of #574eea is #6666ff. Color #574eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001110 11101010
Octal 127 116 352
Decimal 87 78 234
Hex 57 4E EA

RGB Percentages of Color #574eea

%21.80
%19.55
%58.65

CMYK Percentages of Color #574eea

%63
%67
%0
%8

Triadic Colors of #574eea

#574eea #ea574e #4eea57

Analogous Colors of #574eea

#574eea #a54eea #4e93ea

Monochromatic Colors of #574eea

#574eea

Complementary Color

#574eea #e1ea4e

#574eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#574eea Color CSS Codes

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

#574eea Text Font Color

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

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


#574eea Background Color

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

This div background color is #574eea


#574eea Border Color

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

This div border color is #574eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574eea


Comments

No comments written yet.

Please login to write comment.