Color Hex Logo

#521aff Color Hex

#521AFF
(82,26,255)
0 Favorites   0 Comments

Color spaces of #521aff

RGB 8226255
HSL0.711.000.55
HSV255°90°100°
CMYK 0.680.900.00   0.00
XYZ21.89919.752695.3360
Yxy9.75260.17250.0768
Hunter Lab31.229270.5201-159.1394
CIE-Lab37.394776.3755-99.2757

#521aff color RGB value is (82,26,255).

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

The process color (four color CMYK) of #521aff color hex is 0.68, 0.90, 0.00, 0.00. Web safe color of #521aff is #6633ff. Color #521aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011010 11111111
Octal 122 32 377
Decimal 82 26 255
Hex 52 1A FF

RGB Percentages of Color #521aff

%22.59
%7.16
%70.25

CMYK Percentages of Color #521aff

%68
%90
%0
%0

Triadic Colors of #521aff

#521aff #ff521a #1aff52

Analogous Colors of #521aff

#521aff #c51aff #1a54ff

Monochromatic Colors of #521aff

#521aff

Complementary Color

#521aff #c7ff1a

#521aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#521aff Color CSS Codes

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

#521aff Text Font Color

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

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


#521aff Background Color

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

This div background color is #521aff


#521aff Border Color

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

This div border color is #521aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521aff


Comments

No comments written yet.

Please login to write comment.