Color Hex Logo

#571eae Color Hex

#571EAE
(87,30,174)
0 Favorites   0 Comments

Color spaces of #571eae

RGB 8730174
HSL0.730.710.40
HSV264°83°68°
CMYK 0.500.830.00   0.32
XYZ12.03476.010840.5703
Yxy6.01080.20530.1025
Hunter Lab24.516944.7162-80.9505
CIE-Lab29.439755.2136-65.5729

#571eae color RGB value is (87,30,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011110 10101110
Octal 127 36 256
Decimal 87 30 174
Hex 57 1E AE

RGB Percentages of Color #571eae

%29.90
%10.31
%59.79

CMYK Percentages of Color #571eae

%50
%83
%0
%32

Triadic Colors of #571eae

#571eae #ae571e #1eae57

Analogous Colors of #571eae

#571eae #9f1eae #1e2dae

Monochromatic Colors of #571eae

#571eae

Complementary Color

#571eae #75ae1e

#571eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#571eae Color CSS Codes

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

#571eae Text Font Color

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

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


#571eae Background Color

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

This div background color is #571eae


#571eae Border Color

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

This div border color is #571eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571eae


Comments

No comments written yet.

Please login to write comment.