Color Hex Logo

#571dae Color Hex

#571DAE
(87,29,174)
0 Favorites   0 Comments

Color spaces of #571dae

RGB 8729174
HSL0.730.710.40
HSV264°83°68°
CMYK 0.500.830.00   0.32
XYZ12.00985.961040.5620
Yxy5.96100.20520.1018
Hunter Lab24.415245.0775-81.4105
CIE-Lab29.313955.5827-65.7800

#571dae color RGB value is (87,29,174).

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

The process color (four color CMYK) of #571dae color hex is 0.50, 0.83, 0.00, 0.32. Web safe color of #571dae is #663399. Color #571dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011101 10101110
Octal 127 35 256
Decimal 87 29 174
Hex 57 1D AE

RGB Percentages of Color #571dae

%30.00
%10.00
%60.00

CMYK Percentages of Color #571dae

%50
%83
%0
%32

Triadic Colors of #571dae

#571dae #ae571d #1dae57

Analogous Colors of #571dae

#571dae #a01dae #1d2cae

Monochromatic Colors of #571dae

#571dae

Complementary Color

#571dae #74ae1d

#571dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#571dae Color CSS Codes

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

#571dae Text Font Color

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

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


#571dae Background Color

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

This div background color is #571dae


#571dae Border Color

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

This div border color is #571dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571dae


Comments

No comments written yet.

Please login to write comment.