Color Hex Logo

#574298 Color Hex

#574298
(87,66,152)
0 Favorites   0 Comments

Color spaces of #574298

RGB 8766152
HSL0.710.390.43
HSV255°57°60°
CMYK 0.430.570.00   0.40
XYZ11.54628.189730.6780
Yxy8.18970.22900.1624
Hunter Lab28.617721.9375-43.5263
CIE-Lab34.374930.4971-44.2617

#574298 color RGB value is (87,66,152).

#574298 hex color red value is 87, green value is 66 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #574298 hue: 0.71 , saturation: 0.39 and the lightness value of 574298 is 0.43.

The process color (four color CMYK) of #574298 color hex is 0.43, 0.57, 0.00, 0.40. Web safe color of #574298 is #663399. Color #574298 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000010 10011000
Octal 127 102 230
Decimal 87 66 152
Hex 57 42 98

RGB Percentages of Color #574298

%28.52
%21.64
%49.84

CMYK Percentages of Color #574298

%43
%57
%0
%40

Triadic Colors of #574298

#574298 #985742 #429857

Analogous Colors of #574298

#574298 #824298 #425898

Monochromatic Colors of #574298

#574298

Complementary Color

#574298 #839842

#574298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574298 Color CSS Codes

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

#574298 Text Font Color

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

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


#574298 Background Color

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

This div background color is #574298


#574298 Border Color

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

This div border color is #574298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574298


Comments

No comments written yet.

Please login to write comment.