Color Hex Logo

#571eaf Color Hex

#571EAF
(87,30,175)
0 Favorites   0 Comments

Color spaces of #571eaf

RGB 8730175
HSL0.730.710.40
HSV264°83°69°
CMYK 0.500.830.00   0.31
XYZ12.13266.049941.0857
Yxy6.04990.20470.1021
Hunter Lab24.596545.0037-81.8195
CIE-Lab29.538055.4688-66.0103

#571eaf color RGB value is (87,30,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011110 10101111
Octal 127 36 257
Decimal 87 30 175
Hex 57 1E AF

RGB Percentages of Color #571eaf

%29.79
%10.27
%59.93

CMYK Percentages of Color #571eaf

%50
%83
%0
%31

Triadic Colors of #571eaf

#571eaf #af571e #1eaf57

Analogous Colors of #571eaf

#571eaf #a01eaf #1e2eaf

Monochromatic Colors of #571eaf

#571eaf

Complementary Color

#571eaf #76af1e

#571eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#571eaf Color CSS Codes

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

#571eaf Text Font Color

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

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


#571eaf Background Color

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

This div background color is #571eaf


#571eaf Border Color

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

This div border color is #571eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571eaf


Comments

No comments written yet.

Please login to write comment.