Color Hex Logo

#571afb Color Hex

#571AFB
(87,26,251)
0 Favorites   0 Comments

Color spaces of #571afb

RGB 8726251
HSL0.710.970.54
HSV256°90°98°
CMYK 0.650.900.00   0.02
XYZ21.71259.730192.0005
Yxy9.73010.17590.0788
Hunter Lab31.193169.6601-153.0339
CIE-Lab37.353675.6795-97.0886

#571afb color RGB value is (87,26,251).

#571afb hex color red value is 87, green value is 26 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #571afb hue: 0.71 , saturation: 0.97 and the lightness value of 571afb is 0.54.

The process color (four color CMYK) of #571afb color hex is 0.65, 0.90, 0.00, 0.02. Web safe color of #571afb is #6633ff. Color #571afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011010 11111011
Octal 127 32 373
Decimal 87 26 251
Hex 57 1A FB

RGB Percentages of Color #571afb

%23.90
%7.14
%68.96

CMYK Percentages of Color #571afb

%65
%90
%0
%2

Triadic Colors of #571afb

#571afb #fb571a #1afb57

Analogous Colors of #571afb

#571afb #c81afb #1a4dfb

Monochromatic Colors of #571afb

#571afb

Complementary Color

#571afb #befb1a

#571afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#571afb Color CSS Codes

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

#571afb Text Font Color

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

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


#571afb Background Color

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

This div background color is #571afb


#571afb Border Color

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

This div border color is #571afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571afb


Comments

No comments written yet.

Please login to write comment.