Color Hex Logo

#571cdf Color Hex

#571CDF
(87,28,223)
0 Favorites   0 Comments

Color spaces of #571cdf

RGB 8728223
HSL0.720.780.49
HSV258°87°87°
CMYK 0.610.870.00   0.13
XYZ17.66508.184570.4607
Yxy8.18450.18340.0850
Hunter Lab28.608660.1538-126.0007
CIE-Lab34.364268.2523-86.1570

#571cdf color RGB value is (87,28,223).

#571cdf hex color red value is 87, green value is 28 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #571cdf hue: 0.72 , saturation: 0.78 and the lightness value of 571cdf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011100 11011111
Octal 127 34 337
Decimal 87 28 223
Hex 57 1C DF

RGB Percentages of Color #571cdf

%25.74
%8.28
%65.98

CMYK Percentages of Color #571cdf

%61
%87
%0
%13

Triadic Colors of #571cdf

#571cdf #df571c #1cdf57

Analogous Colors of #571cdf

#571cdf #b91cdf #1c43df

Monochromatic Colors of #571cdf

#571cdf

Complementary Color

#571cdf #a4df1c

#571cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#571cdf Color CSS Codes

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

#571cdf Text Font Color

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

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


#571cdf Background Color

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

This div background color is #571cdf


#571cdf Border Color

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

This div border color is #571cdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,28,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 #571cdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571cdf


Comments

No comments written yet.

Please login to write comment.