Color Hex Logo

#574ecf Color Hex

#574ECF
(87,78,207)
0 Favorites   0 Comments

Color spaces of #574ecf

RGB 8778207
HSL0.680.570.56
HSV244°62°81°
CMYK 0.580.620.00   0.19
XYZ17.917411.980060.3995
Yxy11.98000.19840.1327
Hunter Lab34.612131.8315-79.2348
CIE-Lab41.184340.2079-65.7380

#574ecf color RGB value is (87,78,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001110 11001111
Octal 127 116 317
Decimal 87 78 207
Hex 57 4E CF

RGB Percentages of Color #574ecf

%23.39
%20.97
%55.65

CMYK Percentages of Color #574ecf

%58
%62
%0
%19

Triadic Colors of #574ecf

#574ecf #cf574e #4ecf57

Analogous Colors of #574ecf

#574ecf #984ecf #4e86cf

Monochromatic Colors of #574ecf

#574ecf

Complementary Color

#574ecf #c6cf4e

#574ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#574ecf Color CSS Codes

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

#574ecf Text Font Color

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

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


#574ecf Background Color

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

This div background color is #574ecf


#574ecf Border Color

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

This div border color is #574ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574ecf


Comments

No comments written yet.

Please login to write comment.