Color Hex Logo

#521adc Color Hex

#521ADC
(82,26,220)
0 Favorites   0 Comments

Color spaces of #521adc

RGB 8226220
HSL0.710.790.48
HSV257°88°86°
CMYK 0.630.880.00   0.14
XYZ16.76737.699968.3126
Yxy7.69990.18070.0830
Hunter Lab27.748759.2994-126.5379
CIE-Lab33.349967.7066-86.1296

#521adc color RGB value is (82,26,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011010 11011100
Octal 122 32 334
Decimal 82 26 220
Hex 52 1A DC

RGB Percentages of Color #521adc

%25.00
%7.93
%67.07

CMYK Percentages of Color #521adc

%63
%88
%0
%14

Triadic Colors of #521adc

#521adc #dc521a #1adc52

Analogous Colors of #521adc

#521adc #b31adc #1a43dc

Monochromatic Colors of #521adc

#521adc

Complementary Color

#521adc #a4dc1a

#521adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#521adc Color CSS Codes

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

#521adc Text Font Color

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

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


#521adc Background Color

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

This div background color is #521adc


#521adc Border Color

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

This div border color is #521adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,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 #521adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521adc


Comments

No comments written yet.

Please login to write comment.