Color Hex Logo

#5219ff Color Hex

#5219FF
(82,25,255)
0 Favorites   0 Comments

Color spaces of #5219ff

RGB 8225255
HSL0.711.000.55
HSV255°90°100°
CMYK 0.680.900.00   0.00
XYZ21.87739.709195.3287
Yxy9.70910.17240.0765
Hunter Lab31.159470.7974-159.5794
CIE-Lab37.315276.6164-99.4079

#5219ff color RGB value is (82,25,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011001 11111111
Octal 122 31 377
Decimal 82 25 255
Hex 52 19 FF

RGB Percentages of Color #5219ff

%22.65
%6.91
%70.44

CMYK Percentages of Color #5219ff

%68
%90
%0
%0

Triadic Colors of #5219ff

#5219ff #ff5219 #19ff52

Analogous Colors of #5219ff

#5219ff #c519ff #1953ff

Monochromatic Colors of #5219ff

#5219ff

Complementary Color

#5219ff #c6ff19

#5219ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5219ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5219ff Color CSS Codes

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

#5219ff Text Font Color

<p style="color:#5219ff">Text here</p>

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


#5219ff Background Color

<div style="background-color:#5219ff">
Div content here</div>

This div background color is #5219ff


#5219ff Border Color

<div style="border:3px solid #5219ff">
Div here</div>

This div border color is #5219ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5219ff

Related Colors

#5219ff Color Palettes


Comments

No comments written yet.

Please login to write comment.