Color Hex Logo

#574cbf Color Hex

#574CBF
(87,76,191)
0 Favorites   0 Comments

Color spaces of #574cbf

RGB 8776191
HSL0.680.470.52
HSV246°60°75°
CMYK 0.540.600.00   0.25
XYZ15.918910.956750.5661
Yxy10.95670.20560.1415
Hunter Lab33.100927.9177-67.4028
CIE-Lab39.507436.3537-59.1779

#574cbf color RGB value is (87,76,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001100 10111111
Octal 127 114 277
Decimal 87 76 191
Hex 57 4C BF

RGB Percentages of Color #574cbf

%24.58
%21.47
%53.95

CMYK Percentages of Color #574cbf

%54
%60
%0
%25

Triadic Colors of #574cbf

#574cbf #bf574c #4cbf57

Analogous Colors of #574cbf

#574cbf #914cbf #4c7bbf

Monochromatic Colors of #574cbf

#574cbf

Complementary Color

#574cbf #b4bf4c

#574cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#574cbf Color CSS Codes

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

#574cbf Text Font Color

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

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


#574cbf Background Color

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

This div background color is #574cbf


#574cbf Border Color

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

This div border color is #574cbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,76,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 #574cbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574cbf


Comments

No comments written yet.

Please login to write comment.