Color Hex Logo

#571aec Color Hex

#571AEC
(87,26,236)
0 Favorites   0 Comments

Color spaces of #571aec

RGB 8726236
HSL0.720.850.51
HSV257°89°93°
CMYK 0.630.890.00   0.07
XYZ19.44028.821280.0349
Yxy8.82120.17950.0815
Hunter Lab29.700564.8597-138.9803
CIE-Lab35.637772.0177-91.4663

#571aec color RGB value is (87,26,236).

#571aec hex color red value is 87, green value is 26 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #571aec hue: 0.72 , saturation: 0.85 and the lightness value of 571aec is 0.51.

The process color (four color CMYK) of #571aec color hex is 0.63, 0.89, 0.00, 0.07. Web safe color of #571aec is #6633ff. Color #571aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011010 11101100
Octal 127 32 354
Decimal 87 26 236
Hex 57 1A EC

RGB Percentages of Color #571aec

%24.93
%7.45
%67.62

CMYK Percentages of Color #571aec

%63
%89
%0
%7

Triadic Colors of #571aec

#571aec #ec571a #1aec57

Analogous Colors of #571aec

#571aec #c01aec #1a46ec

Monochromatic Colors of #571aec

#571aec

Complementary Color

#571aec #afec1a

#571aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#571aec Color CSS Codes

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

#571aec Text Font Color

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

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


#571aec Background Color

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

This div background color is #571aec


#571aec Border Color

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

This div border color is #571aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571aec


Comments

No comments written yet.

Please login to write comment.