Color Hex Logo

#574676 Color Hex

#574676
(87,70,118)
0 Favorites   0 Comments

Color spaces of #574676

RGB 8770118
HSL0.730.260.37
HSV261°41°46°
CMYK 0.260.410.00   0.54
XYZ9.39077.714618.1337
Yxy7.71460.26650.2189
Hunter Lab27.775211.7438-19.2663
CIE-Lab33.381318.2974-24.8968

#574676 color RGB value is (87,70,118).

#574676 hex color red value is 87, green value is 70 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #574676 hue: 0.73 , saturation: 0.26 and the lightness value of 574676 is 0.37.

The process color (four color CMYK) of #574676 color hex is 0.26, 0.41, 0.00, 0.54. Web safe color of #574676 is #663366. Color #574676 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000110 01110110
Octal 127 106 166
Decimal 87 70 118
Hex 57 46 76

RGB Percentages of Color #574676

%31.64
%25.45
%42.91

CMYK Percentages of Color #574676

%26
%41
%0
%54

Triadic Colors of #574676

#574676 #765746 #467657

Analogous Colors of #574676

#574676 #6f4676 #464d76

Monochromatic Colors of #574676

#574676

Complementary Color

#574676 #657646

#574676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574676 Color CSS Codes

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

#574676 Text Font Color

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

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


#574676 Background Color

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

This div background color is #574676


#574676 Border Color

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

This div border color is #574676


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,70,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #574676; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #574676;
  -webkit-box-shadow: 1px 1px 3px 2px #574676;
  box-shadow:         1px 1px 3px 2px #574676; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574676


Comments

No comments written yet.

Please login to write comment.