Color Hex Logo

#521cfb Color Hex

#521CFB
(82,28,251)
0 Favorites   0 Comments

Color spaces of #521cfb

RGB 8228251
HSL0.710.970.55
HSV255°89°98°
CMYK 0.670.890.00   0.02
XYZ21.30759.589491.9947
Yxy9.58940.17340.0780
Hunter Lab30.966868.6298-154.4594
CIE-Lab37.095274.8810-97.5302

#521cfb color RGB value is (82,28,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011100 11111011
Octal 122 34 373
Decimal 82 28 251
Hex 52 1C FB

RGB Percentages of Color #521cfb

%22.71
%7.76
%69.53

CMYK Percentages of Color #521cfb

%67
%89
%0
%2

Triadic Colors of #521cfb

#521cfb #fb521c #1cfb52

Analogous Colors of #521cfb

#521cfb #c21cfb #1c55fb

Monochromatic Colors of #521cfb

#521cfb

Complementary Color

#521cfb #c5fb1c

#521cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#521cfb Color CSS Codes

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

#521cfb Text Font Color

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

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


#521cfb Background Color

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

This div background color is #521cfb


#521cfb Border Color

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

This div border color is #521cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521cfb


Comments

No comments written yet.

Please login to write comment.