Color Hex Logo

#521ffb Color Hex

#521FFB
(82,31,251)
0 Favorites   0 Comments

Color spaces of #521ffb

RGB 8231251
HSL0.710.960.55
HSV254°88°98°
CMYK 0.670.880.00   0.02
XYZ21.38229.738892.0196
Yxy9.73880.17360.0791
Hunter Lab31.207167.6909-152.9823
CIE-Lab37.369574.0532-97.0743

#521ffb color RGB value is (82,31,251).

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

The process color (four color CMYK) of #521ffb color hex is 0.67, 0.88, 0.00, 0.02. Web safe color of #521ffb is #6633ff. Color #521ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011111 11111011
Octal 122 37 373
Decimal 82 31 251
Hex 52 1F FB

RGB Percentages of Color #521ffb

%22.53
%8.52
%68.96

CMYK Percentages of Color #521ffb

%67
%88
%0
%2

Triadic Colors of #521ffb

#521ffb #fb521f #1ffb52

Analogous Colors of #521ffb

#521ffb #c01ffb #1f5afb

Monochromatic Colors of #521ffb

#521ffb

Complementary Color

#521ffb #c8fb1f

#521ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#521ffb Color CSS Codes

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

#521ffb Text Font Color

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

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


#521ffb Background Color

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

This div background color is #521ffb


#521ffb Border Color

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

This div border color is #521ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.