Color Hex Logo

#574385 Color Hex

#574385
(87,67,133)
0 Favorites   0 Comments

Color spaces of #574385

RGB 8767133
HSL0.720.330.39
HSV258°50°52°
CMYK 0.350.500.00   0.48
XYZ10.17137.734023.1470
Yxy7.73400.24780.1884
Hunter Lab27.810116.6173-29.8815
CIE-Lab33.422724.3542-34.1529

#574385 color RGB value is (87,67,133).

#574385 hex color red value is 87, green value is 67 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #574385 hue: 0.72 , saturation: 0.33 and the lightness value of 574385 is 0.39.

The process color (four color CMYK) of #574385 color hex is 0.35, 0.50, 0.00, 0.48. Web safe color of #574385 is #663399. Color #574385 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000011 10000101
Octal 127 103 205
Decimal 87 67 133
Hex 57 43 85

RGB Percentages of Color #574385

%30.31
%23.34
%46.34

CMYK Percentages of Color #574385

%35
%50
%0
%48

Triadic Colors of #574385

#574385 #855743 #438557

Analogous Colors of #574385

#574385 #784385 #435085

Monochromatic Colors of #574385

#574385

Complementary Color

#574385 #718543

#574385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574385 Color CSS Codes

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

#574385 Text Font Color

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

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


#574385 Background Color

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

This div background color is #574385


#574385 Border Color

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

This div border color is #574385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574385


Comments

No comments written yet.

Please login to write comment.