Color Hex Logo

#574dbe Color Hex

#574DBE
(87,77,190)
0 Favorites   0 Comments

Color spaces of #574dbe

RGB 8777190
HSL0.680.470.52
HSV245°59°75°
CMYK 0.540.590.00   0.25
XYZ15.878611.051750.0115
Yxy11.05170.20640.1436
Hunter Lab33.244127.0810-65.9234
CIE-Lab39.667435.4314-58.3338

#574dbe color RGB value is (87,77,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001101 10111110
Octal 127 115 276
Decimal 87 77 190
Hex 57 4D BE

RGB Percentages of Color #574dbe

%24.58
%21.75
%53.67

CMYK Percentages of Color #574dbe

%54
%59
%0
%25

Triadic Colors of #574dbe

#574dbe #be574d #4dbe57

Analogous Colors of #574dbe

#574dbe #904dbe #4d7cbe

Monochromatic Colors of #574dbe

#574dbe

Complementary Color

#574dbe #b4be4d

#574dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#574dbe Color CSS Codes

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

#574dbe Text Font Color

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

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


#574dbe Background Color

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

This div background color is #574dbe


#574dbe Border Color

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

This div border color is #574dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574dbe


Comments

No comments written yet.

Please login to write comment.