Color Hex Logo

#571dff Color Hex

#571DFF
(87,29,255)
0 Favorites   0 Comments

Color spaces of #571dff

RGB 8729255
HSL0.711.000.56
HSV255°89°100°
CMYK 0.660.890.00   0.00
XYZ22.419810.125095.3804
Yxy10.12500.17530.0791
Hunter Lab31.819870.0840-155.4489
CIE-Lab38.065875.8930-98.1482

#571dff color RGB value is (87,29,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011101 11111111
Octal 127 35 377
Decimal 87 29 255
Hex 57 1D FF

RGB Percentages of Color #571dff

%23.45
%7.82
%68.73

CMYK Percentages of Color #571dff

%66
%89
%0
%0

Triadic Colors of #571dff

#571dff #ff571d #1dff57

Analogous Colors of #571dff

#571dff #c81dff #1d54ff

Monochromatic Colors of #571dff

#571dff

Complementary Color

#571dff #c5ff1d

#571dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#571dff Color CSS Codes

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

#571dff Text Font Color

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

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


#571dff Background Color

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

This div background color is #571dff


#571dff Border Color

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

This div border color is #571dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571dff

Related Colors


Comments

No comments written yet.

Please login to write comment.