Color Hex Logo

#574688 Color Hex

#574688
(87,70,136)
0 Favorites   0 Comments

Color spaces of #574688

RGB 8770136
HSL0.710.320.40
HSV255°49°53°
CMYK 0.360.490.00   0.47
XYZ10.56468.184124.3154
Yxy8.18410.24530.1900
Hunter Lab28.607915.8545-30.3683
CIE-Lab34.363423.3203-34.5065

#574688 color RGB value is (87,70,136).

#574688 hex color red value is 87, green value is 70 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #574688 hue: 0.71 , saturation: 0.32 and the lightness value of 574688 is 0.40.

The process color (four color CMYK) of #574688 color hex is 0.36, 0.49, 0.00, 0.47. Web safe color of #574688 is #663399. Color #574688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000110 10001000
Octal 127 106 210
Decimal 87 70 136
Hex 57 46 88

RGB Percentages of Color #574688

%29.69
%23.89
%46.42

CMYK Percentages of Color #574688

%36
%49
%0
%47

Triadic Colors of #574688

#574688 #885746 #468857

Analogous Colors of #574688

#574688 #784688 #465688

Monochromatic Colors of #574688

#574688

Complementary Color

#574688 #778846

#574688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574688 Color CSS Codes

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

#574688 Text Font Color

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

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


#574688 Background Color

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

This div background color is #574688


#574688 Border Color

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

This div border color is #574688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574688


Comments

No comments written yet.

Please login to write comment.