Color Hex Logo

#574ebf Color Hex

#574EBF
(87,78,191)
0 Favorites   0 Comments

Color spaces of #574ebf

RGB 8778191
HSL0.680.470.53
HSV245°59°75°
CMYK 0.540.590.00   0.25
XYZ16.058811.236650.6127
Yxy11.23660.20610.1442
Hunter Lab33.521026.8515-66.0560
CIE-Lab39.976135.1385-58.4174

#574ebf color RGB value is (87,78,191).

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

The process color (four color CMYK) of #574ebf color hex is 0.54, 0.59, 0.00, 0.25. Web safe color of #574ebf is #6666cc. Color #574ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001110 10111111
Octal 127 116 277
Decimal 87 78 191
Hex 57 4E BF

RGB Percentages of Color #574ebf

%24.44
%21.91
%53.65

CMYK Percentages of Color #574ebf

%54
%59
%0
%25

Triadic Colors of #574ebf

#574ebf #bf574e #4ebf57

Analogous Colors of #574ebf

#574ebf #904ebf #4e7ebf

Monochromatic Colors of #574ebf

#574ebf

Complementary Color

#574ebf #b6bf4e

#574ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#574ebf Color CSS Codes

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

#574ebf Text Font Color

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

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


#574ebf Background Color

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

This div background color is #574ebf


#574ebf Border Color

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

This div border color is #574ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574ebf


Comments

No comments written yet.

Please login to write comment.