Color Hex Logo

#574cbd Color Hex

#574CBD
(87,76,189)
0 Favorites   0 Comments

Color spaces of #574cbd

RGB 8776189
HSL0.680.460.52
HSV246°60°74°
CMYK 0.540.600.00   0.26
XYZ15.700210.869249.4146
Yxy10.86920.20660.1430
Hunter Lab32.968527.3102-65.7885
CIE-Lab39.359335.7243-58.2487

#574cbd color RGB value is (87,76,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001100 10111101
Octal 127 114 275
Decimal 87 76 189
Hex 57 4C BD

RGB Percentages of Color #574cbd

%24.72
%21.59
%53.69

CMYK Percentages of Color #574cbd

%54
%60
%0
%26

Triadic Colors of #574cbd

#574cbd #bd574c #4cbd57

Analogous Colors of #574cbd

#574cbd #904cbd #4c7abd

Monochromatic Colors of #574cbd

#574cbd

Complementary Color

#574cbd #b2bd4c

#574cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#574cbd Color CSS Codes

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

#574cbd Text Font Color

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

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


#574cbd Background Color

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

This div background color is #574cbd


#574cbd Border Color

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

This div border color is #574cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574cbd


Comments

No comments written yet.

Please login to write comment.