Color Hex Logo

#574cba Color Hex

#574CBA
(87,76,186)
0 Favorites   0 Comments

Color spaces of #574cba

RGB 8776186
HSL0.680.440.51
HSV246°59°73°
CMYK 0.530.590.00   0.27
XYZ15.377810.740347.7170
Yxy10.74030.20830.1455
Hunter Lab32.772426.4059-63.3863
CIE-Lab39.139634.7805-56.8469

#574cba color RGB value is (87,76,186).

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

The process color (four color CMYK) of #574cba color hex is 0.53, 0.59, 0.00, 0.27. Web safe color of #574cba is #6633cc. Color #574cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001100 10111010
Octal 127 114 272
Decimal 87 76 186
Hex 57 4C BA

RGB Percentages of Color #574cba

%24.93
%21.78
%53.30

CMYK Percentages of Color #574cba

%53
%59
%0
%27

Triadic Colors of #574cba

#574cba #ba574c #4cba57

Analogous Colors of #574cba

#574cba #8e4cba #4c78ba

Monochromatic Colors of #574cba

#574cba

Complementary Color

#574cba #afba4c

#574cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#574cba Color CSS Codes

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

#574cba Text Font Color

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

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


#574cba Background Color

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

This div background color is #574cba


#574cba Border Color

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

This div border color is #574cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574cba


Comments

No comments written yet.

Please login to write comment.