Color Hex Logo

#571dde Color Hex

#571DDE
(87,29,222)
0 Favorites   0 Comments

Color spaces of #571dde

RGB 8729222
HSL0.720.770.49
HSV258°87°87°
CMYK 0.610.870.00   0.13
XYZ17.55478.178969.7607
Yxy8.17890.18380.0856
Hunter Lab28.598859.5203-124.6063
CIE-Lab34.352767.7067-85.6020

#571dde color RGB value is (87,29,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011101 11011110
Octal 127 35 336
Decimal 87 29 222
Hex 57 1D DE

RGB Percentages of Color #571dde

%25.74
%8.58
%65.68

CMYK Percentages of Color #571dde

%61
%87
%0
%13

Triadic Colors of #571dde

#571dde #de571d #1dde57

Analogous Colors of #571dde

#571dde #b81dde #1d44de

Monochromatic Colors of #571dde

#571dde

Complementary Color

#571dde #a4de1d

#571dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#571dde Color CSS Codes

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

#571dde Text Font Color

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

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


#571dde Background Color

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

This div background color is #571dde


#571dde Border Color

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

This div border color is #571dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571dde


Comments

No comments written yet.

Please login to write comment.