Color Hex Logo

#571abd Color Hex

#571ABD
(87,26,189)
0 Favorites   0 Comments

Color spaces of #571abd

RGB 8726189
HSL0.730.760.42
HSV262°86°74°
CMYK 0.540.860.00   0.26
XYZ13.48526.439148.6762
Yxy6.43910.19660.0939
Hunter Lab25.375450.4531-95.9700
CIE-Lab30.494360.3748-72.7637

#571abd color RGB value is (87,26,189).

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

The process color (four color CMYK) of #571abd color hex is 0.54, 0.86, 0.00, 0.26. Web safe color of #571abd is #6633cc. Color #571abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011010 10111101
Octal 127 32 275
Decimal 87 26 189
Hex 57 1A BD

RGB Percentages of Color #571abd

%28.81
%8.61
%62.58

CMYK Percentages of Color #571abd

%54
%86
%0
%26

Triadic Colors of #571abd

#571abd #bd571a #1abd57

Analogous Colors of #571abd

#571abd #a91abd #1a2fbd

Monochromatic Colors of #571abd

#571abd

Complementary Color

#571abd #80bd1a

#571abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#571abd Color CSS Codes

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

#571abd Text Font Color

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

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


#571abd Background Color

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

This div background color is #571abd


#571abd Border Color

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

This div border color is #571abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571abd


Comments

No comments written yet.

Please login to write comment.