Color Hex Logo

#574cdf Color Hex

#574CDF
(87,76,223)
0 Favorites   0 Comments

Color spaces of #574cdf

RGB 8776223
HSL0.680.700.59
HSV244°66°87°
CMYK 0.610.660.00   0.13
XYZ19.834212.522871.1838
Yxy12.52280.19160.1209
Hunter Lab35.387638.1183-94.4934
CIE-Lab42.035246.4191-73.5208

#574cdf color RGB value is (87,76,223).

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

The process color (four color CMYK) of #574cdf color hex is 0.61, 0.66, 0.00, 0.13. Web safe color of #574cdf is #6633cc. Color #574cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001100 11011111
Octal 127 114 337
Decimal 87 76 223
Hex 57 4C DF

RGB Percentages of Color #574cdf

%22.54
%19.69
%57.77

CMYK Percentages of Color #574cdf

%61
%66
%0
%13

Triadic Colors of #574cdf

#574cdf #df574c #4cdf57

Analogous Colors of #574cdf

#574cdf #a14cdf #4c8bdf

Monochromatic Colors of #574cdf

#574cdf

Complementary Color

#574cdf #d4df4c

#574cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#574cdf Color CSS Codes

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

#574cdf Text Font Color

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

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


#574cdf Background Color

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

This div background color is #574cdf


#574cdf Border Color

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

This div border color is #574cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574cdf


Comments

No comments written yet.

Please login to write comment.