Color Hex Logo

#571afd Color Hex

#571AFD
(87,26,253)
0 Favorites   0 Comments

Color spaces of #571afd

RGB 8726253
HSL0.710.980.55
HSV256°90°99°
CMYK 0.660.900.00   0.01
XYZ22.02959.856993.6700
Yxy9.85690.17550.0785
Hunter Lab31.395770.3061-154.9165
CIE-Lab37.584476.1651-97.8276

#571afd color RGB value is (87,26,253).

#571afd hex color red value is 87, green value is 26 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #571afd hue: 0.71 , saturation: 0.98 and the lightness value of 571afd is 0.55.

The process color (four color CMYK) of #571afd color hex is 0.66, 0.90, 0.00, 0.01. Web safe color of #571afd is #6633ff. Color #571afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011010 11111101
Octal 127 32 375
Decimal 87 26 253
Hex 57 1A FD

RGB Percentages of Color #571afd

%23.77
%7.10
%69.13

CMYK Percentages of Color #571afd

%66
%90
%0
%1

Triadic Colors of #571afd

#571afd #fd571a #1afd57

Analogous Colors of #571afd

#571afd #c91afd #1a4ffd

Monochromatic Colors of #571afd

#571afd

Complementary Color

#571afd #c0fd1a

#571afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#571afd Color CSS Codes

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

#571afd Text Font Color

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

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


#571afd Background Color

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

This div background color is #571afd


#571afd Border Color

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

This div border color is #571afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571afd


Comments

No comments written yet.

Please login to write comment.