Color Hex Logo

#57478d Color Hex

#57478D
(87,71,141)
0 Favorites   0 Comments

Color spaces of #57478d

RGB 8771141
HSL0.700.330.42
HSV254°50°55°
CMYK 0.380.500.00   0.45
XYZ10.99148.455826.2521
Yxy8.45580.24050.1850
Hunter Lab29.078916.5825-33.1712
CIE-Lab34.914724.1389-36.6956

#57478d color RGB value is (87,71,141).

#57478d hex color red value is 87, green value is 71 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #57478d hue: 0.70 , saturation: 0.33 and the lightness value of 57478d is 0.42.

The process color (four color CMYK) of #57478d color hex is 0.38, 0.50, 0.00, 0.45. Web safe color of #57478d is #663399. Color #57478d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000111 10001101
Octal 127 107 215
Decimal 87 71 141
Hex 57 47 8D

RGB Percentages of Color #57478d

%29.10
%23.75
%47.16

CMYK Percentages of Color #57478d

%38
%50
%0
%45

Triadic Colors of #57478d

#57478d #8d5747 #478d57

Analogous Colors of #57478d

#57478d #7a478d #475a8d

Monochromatic Colors of #57478d

#57478d

Complementary Color

#57478d #7d8d47

#57478d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57478d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57478d Color CSS Codes

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

#57478d Text Font Color

<p style="color:#57478d">Text here</p>

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


#57478d Background Color

<div style="background-color:#57478d">
Div content here</div>

This div background color is #57478d


#57478d Border Color

<div style="border:3px solid #57478d">
Div here</div>

This div border color is #57478d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,71,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57478d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57478d;
  -webkit-box-shadow: 1px 1px 3px 2px #57478d;
  box-shadow:         1px 1px 3px 2px #57478d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57478d


Comments

No comments written yet.

Please login to write comment.