Color Hex Logo

#574278 Color Hex

#574278
(87,66,120)
0 Favorites   0 Comments

Color spaces of #574278

RGB 8766120
HSL0.730.290.36
HSV263°45°47°
CMYK 0.280.450.00   0.53
XYZ9.26897.278718.6857
Yxy7.27870.26310.2066
Hunter Lab26.979114.1119-22.1789
CIE-Lab32.433121.3806-27.6370

#574278 color RGB value is (87,66,120).

#574278 hex color red value is 87, green value is 66 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #574278 hue: 0.73 , saturation: 0.29 and the lightness value of 574278 is 0.36.

The process color (four color CMYK) of #574278 color hex is 0.28, 0.45, 0.00, 0.53. Web safe color of #574278 is #663366. Color #574278 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000010 01111000
Octal 127 102 170
Decimal 87 66 120
Hex 57 42 78

RGB Percentages of Color #574278

%31.87
%24.18
%43.96

CMYK Percentages of Color #574278

%28
%45
%0
%53

Triadic Colors of #574278

#574278 #785742 #427857

Analogous Colors of #574278

#574278 #724278 #424878

Monochromatic Colors of #574278

#574278

Complementary Color

#574278 #637842

#574278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574278 Color CSS Codes

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

#574278 Text Font Color

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

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


#574278 Background Color

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

This div background color is #574278


#574278 Border Color

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

This div border color is #574278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574278


Comments

No comments written yet.

Please login to write comment.