Color Hex Logo

#574cbb Color Hex

#574CBB
(87,76,187)
0 Favorites   0 Comments

Color spaces of #574cbb

RGB 8776187
HSL0.680.450.52
HSV246°59°73°
CMYK 0.530.590.00   0.27
XYZ15.484610.783048.2789
Yxy10.78300.20770.1446
Hunter Lab32.837526.7066-64.1842
CIE-Lab39.212635.0952-57.3150

#574cbb color RGB value is (87,76,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001100 10111011
Octal 127 114 273
Decimal 87 76 187
Hex 57 4C BB

RGB Percentages of Color #574cbb

%24.86
%21.71
%53.43

CMYK Percentages of Color #574cbb

%53
%59
%0
%27

Triadic Colors of #574cbb

#574cbb #bb574c #4cbb57

Analogous Colors of #574cbb

#574cbb #8f4cbb #4c79bb

Monochromatic Colors of #574cbb

#574cbb

Complementary Color

#574cbb #b0bb4c

#574cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#574cbb Color CSS Codes

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

#574cbb Text Font Color

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

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


#574cbb Background Color

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

This div background color is #574cbb


#574cbb Border Color

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

This div border color is #574cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574cbb


Comments

No comments written yet.

Please login to write comment.