Color Hex Logo

#574bbe Color Hex

#574BBE
(87,75,190)
0 Favorites   0 Comments

Color spaces of #574bbe

RGB 8775190
HSL0.680.470.52
HSV246°61°75°
CMYK 0.540.610.00   0.25
XYZ15.740810.776149.9656
Yxy10.77610.20580.1409
Hunter Lab32.827028.1450-67.2658
CIE-Lab39.200836.6439-59.0911

#574bbe color RGB value is (87,75,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001011 10111110
Octal 127 113 276
Decimal 87 75 190
Hex 57 4B BE

RGB Percentages of Color #574bbe

%24.72
%21.31
%53.98

CMYK Percentages of Color #574bbe

%54
%61
%0
%25

Triadic Colors of #574bbe

#574bbe #be574b #4bbe57

Analogous Colors of #574bbe

#574bbe #914bbe #4b79be

Monochromatic Colors of #574bbe

#574bbe

Complementary Color

#574bbe #b2be4b

#574bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#574bbe Color CSS Codes

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

#574bbe Text Font Color

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

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


#574bbe Background Color

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

This div background color is #574bbe


#574bbe Border Color

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

This div border color is #574bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574bbe


Comments

No comments written yet.

Please login to write comment.