Color Hex Logo

#571aaf Color Hex

#571AAF
(87,26,175)
0 Favorites   0 Comments

Color spaces of #571aaf

RGB 8726175
HSL0.730.740.39
HSV265°85°69°
CMYK 0.500.850.00   0.31
XYZ12.03775.860241.0541
Yxy5.86020.20420.0994
Hunter Lab24.207846.3979-83.6044
CIE-Lab29.057056.8840-66.8026

#571aaf color RGB value is (87,26,175).

#571aaf hex color red value is 87, green value is 26 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #571aaf hue: 0.73 , saturation: 0.74 and the lightness value of 571aaf is 0.39.

The process color (four color CMYK) of #571aaf color hex is 0.50, 0.85, 0.00, 0.31. Web safe color of #571aaf is #663399. Color #571aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011010 10101111
Octal 127 32 257
Decimal 87 26 175
Hex 57 1A AF

RGB Percentages of Color #571aaf

%30.21
%9.03
%60.76

CMYK Percentages of Color #571aaf

%50
%85
%0
%31

Triadic Colors of #571aaf

#571aaf #af571a #1aaf57

Analogous Colors of #571aaf

#571aaf #a21aaf #1a28af

Monochromatic Colors of #571aaf

#571aaf

Complementary Color

#571aaf #72af1a

#571aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#571aaf Color CSS Codes

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

#571aaf Text Font Color

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

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


#571aaf Background Color

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

This div background color is #571aaf


#571aaf Border Color

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

This div border color is #571aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571aaf


Comments

No comments written yet.

Please login to write comment.