Color Hex Logo

#574182 Color Hex

#574182
(87,65,130)
0 Favorites   0 Comments

Color spaces of #574182

RGB 8765130
HSL0.720.330.38
HSV260°50°51°
CMYK 0.330.500.00   0.49
XYZ9.85007.418522.0319
Yxy7.41850.25060.1888
Hunter Lab27.236916.8884-28.8937
CIE-Lab32.741324.7649-33.3794

#574182 color RGB value is (87,65,130).

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

The process color (four color CMYK) of #574182 color hex is 0.33, 0.50, 0.00, 0.49. Web safe color of #574182 is #663399. Color #574182 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000001 10000010
Octal 127 101 202
Decimal 87 65 130
Hex 57 41 82

RGB Percentages of Color #574182

%30.85
%23.05
%46.10

CMYK Percentages of Color #574182

%33
%50
%0
%49

Triadic Colors of #574182

#574182 #825741 #418257

Analogous Colors of #574182

#574182 #784182 #414c82

Monochromatic Colors of #574182

#574182

Complementary Color

#574182 #6c8241

#574182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574182 Color CSS Codes

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

#574182 Text Font Color

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

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


#574182 Background Color

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

This div background color is #574182


#574182 Border Color

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

This div border color is #574182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574182


Comments

No comments written yet.

Please login to write comment.