Color Hex Logo

#521cfa Color Hex

#521CFA
(82,28,250)
0 Favorites   0 Comments

Color spaces of #521cfa

RGB 8228250
HSL0.710.960.55
HSV255°89°98°
CMYK 0.670.890.00   0.02
XYZ21.15029.526591.1665
Yxy9.52650.17360.0782
Hunter Lab30.865068.3030-153.5202
CIE-Lab36.978874.6332-97.1617

#521cfa color RGB value is (82,28,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011100 11111010
Octal 122 34 372
Decimal 82 28 250
Hex 52 1C FA

RGB Percentages of Color #521cfa

%22.78
%7.78
%69.44

CMYK Percentages of Color #521cfa

%67
%89
%0
%2

Triadic Colors of #521cfa

#521cfa #fa521c #1cfa52

Analogous Colors of #521cfa

#521cfa #c11cfa #1c55fa

Monochromatic Colors of #521cfa

#521cfa

Complementary Color

#521cfa #c4fa1c

#521cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#521cfa Color CSS Codes

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

#521cfa Text Font Color

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

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


#521cfa Background Color

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

This div background color is #521cfa


#521cfa Border Color

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

This div border color is #521cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521cfa


Comments

No comments written yet.

Please login to write comment.