Color Hex Logo

#574bad Color Hex

#574BAD
(87,75,173)
0 Favorites   0 Comments

Color spaces of #574bad

RGB 8775173
HSL0.690.400.49
HSV247°57°68°
CMYK 0.500.570.00   0.32
XYZ13.989410.075540.7426
Yxy10.07550.21590.1555
Hunter Lab31.741923.1207-53.8828
CIE-Lab37.977631.3296-51.0558

#574bad color RGB value is (87,75,173).

#574bad hex color red value is 87, green value is 75 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #574bad hue: 0.69 , saturation: 0.40 and the lightness value of 574bad is 0.49.

The process color (four color CMYK) of #574bad color hex is 0.50, 0.57, 0.00, 0.32. Web safe color of #574bad is #663399. Color #574bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001011 10101101
Octal 127 113 255
Decimal 87 75 173
Hex 57 4B AD

RGB Percentages of Color #574bad

%25.97
%22.39
%51.64

CMYK Percentages of Color #574bad

%50
%57
%0
%32

Triadic Colors of #574bad

#574bad #ad574b #4bad57

Analogous Colors of #574bad

#574bad #884bad #4b70ad

Monochromatic Colors of #574bad

#574bad

Complementary Color

#574bad #a1ad4b

#574bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#574bad Color CSS Codes

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

#574bad Text Font Color

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

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


#574bad Background Color

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

This div background color is #574bad


#574bad Border Color

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

This div border color is #574bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574bad


Comments

No comments written yet.

Please login to write comment.