Color Hex Logo

#574fdc Color Hex

#574FDC
(87,79,220)
0 Favorites   0 Comments

Color spaces of #574fdc

RGB 8779220
HSL0.680.670.59
HSV243°64°86°
CMYK 0.600.640.00   0.14
XYZ19.644712.785569.1426
Yxy12.78550.19340.1259
Hunter Lab35.756835.4930-89.6187
CIE-Lab42.438343.7345-71.1507

#574fdc color RGB value is (87,79,220).

#574fdc hex color red value is 87, green value is 79 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #574fdc hue: 0.68 , saturation: 0.67 and the lightness value of 574fdc is 0.59.

The process color (four color CMYK) of #574fdc color hex is 0.60, 0.64, 0.00, 0.14. Web safe color of #574fdc is #6666cc. Color #574fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001111 11011100
Octal 127 117 334
Decimal 87 79 220
Hex 57 4F DC

RGB Percentages of Color #574fdc

%22.54
%20.47
%56.99

CMYK Percentages of Color #574fdc

%60
%64
%0
%14

Triadic Colors of #574fdc

#574fdc #dc574f #4fdc57

Analogous Colors of #574fdc

#574fdc #9e4fdc #4f8edc

Monochromatic Colors of #574fdc

#574fdc

Complementary Color

#574fdc #d4dc4f

#574fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#574fdc Color CSS Codes

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

#574fdc Text Font Color

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

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


#574fdc Background Color

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

This div background color is #574fdc


#574fdc Border Color

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

This div border color is #574fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,79,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #574fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #574fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #574fdc;
  box-shadow:         1px 1px 3px 2px #574fdc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574fdc


Comments

No comments written yet.

Please login to write comment.