Color Hex Logo

#571dfb Color Hex

#571DFB
(87,29,251)
0 Favorites   0 Comments

Color spaces of #571dfb

RGB 8729251
HSL0.710.970.55
HSV256°88°98°
CMYK 0.650.880.00   0.02
XYZ21.78249.870092.0238
Yxy9.87000.17610.0798
Hunter Lab31.416668.7825-151.6777
CIE-Lab37.608174.9102-96.6658

#571dfb color RGB value is (87,29,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011101 11111011
Octal 127 35 373
Decimal 87 29 251
Hex 57 1D FB

RGB Percentages of Color #571dfb

%23.71
%7.90
%68.39

CMYK Percentages of Color #571dfb

%65
%88
%0
%2

Triadic Colors of #571dfb

#571dfb #fb571d #1dfb57

Analogous Colors of #571dfb

#571dfb #c61dfb #1d52fb

Monochromatic Colors of #571dfb

#571dfb

Complementary Color

#571dfb #c1fb1d

#571dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#571dfb Color CSS Codes

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

#571dfb Text Font Color

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

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


#571dfb Background Color

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

This div background color is #571dfb


#571dfb Border Color

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

This div border color is #571dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571dfb


Comments

No comments written yet.

Please login to write comment.