Color Hex Logo

#571adc Color Hex

#571ADC
(87,26,220)
0 Favorites   0 Comments

Color spaces of #571adc

RGB 8726220
HSL0.720.790.48
HSV259°88°86°
CMYK 0.600.880.00   0.14
XYZ17.21817.932368.3337
Yxy7.93230.18420.0849
Hunter Lab28.164359.8373-124.1373
CIE-Lab33.841568.0786-85.2997

#571adc color RGB value is (87,26,220).

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

The process color (four color CMYK) of #571adc color hex is 0.60, 0.88, 0.00, 0.14. Web safe color of #571adc is #6633cc. Color #571adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011010 11011100
Octal 127 32 334
Decimal 87 26 220
Hex 57 1A DC

RGB Percentages of Color #571adc

%26.13
%7.81
%66.07

CMYK Percentages of Color #571adc

%60
%88
%0
%14

Triadic Colors of #571adc

#571adc #dc571a #1adc57

Analogous Colors of #571adc

#571adc #b81adc #1a3edc

Monochromatic Colors of #571adc

#571adc

Complementary Color

#571adc #9fdc1a

#571adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#571adc Color CSS Codes

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

#571adc Text Font Color

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

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


#571adc Background Color

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

This div background color is #571adc


#571adc Border Color

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

This div border color is #571adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571adc


Comments

No comments written yet.

Please login to write comment.