Color Hex Logo

#571cfe Color Hex

#571CFE
(87,28,254)
0 Favorites   0 Comments

Color spaces of #571cfe

RGB 8728254
HSL0.710.990.55
HSV256°89°100°
CMYK 0.660.890.00   0.00
XYZ22.235110.012594.5266
Yxy10.01250.17540.0790
Hunter Lab31.642570.0569-154.9688
CIE-Lab37.864975.9087-97.9221

#571cfe color RGB value is (87,28,254).

#571cfe hex color red value is 87, green value is 28 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #571cfe hue: 0.71 , saturation: 0.99 and the lightness value of 571cfe is 0.55.

The process color (four color CMYK) of #571cfe color hex is 0.66, 0.89, 0.00, 0.00. Web safe color of #571cfe is #6633ff. Color #571cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011100 11111110
Octal 127 34 376
Decimal 87 28 254
Hex 57 1C FE

RGB Percentages of Color #571cfe

%23.58
%7.59
%68.83

CMYK Percentages of Color #571cfe

%66
%89
%0
%0

Triadic Colors of #571cfe

#571cfe #fe571c #1cfe57

Analogous Colors of #571cfe

#571cfe #c81cfe #1c52fe

Monochromatic Colors of #571cfe

#571cfe

Complementary Color

#571cfe #c3fe1c

#571cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#571cfe Color CSS Codes

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

#571cfe Text Font Color

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

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


#571cfe Background Color

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

This div background color is #571cfe


#571cfe Border Color

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

This div border color is #571cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571cfe


Comments

No comments written yet.

Please login to write comment.