Color Hex Logo

#5205ff Color Hex

#5205FF
(82,5,255)
0 Favorites   0 Comments

Color spaces of #5205ff

RGB 825255
HSL0.721.000.51
HSV258°98°100°
CMYK 0.680.980.00   0.00
XYZ21.58399.122495.2309
Yxy9.12240.17140.0724
Hunter Lab30.203374.7039-165.7988
CIE-Lab36.218979.9658-101.2326

#5205ff color RGB value is (82,5,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000101 11111111
Octal 122 5 377
Decimal 82 5 255
Hex 52 5 FF

RGB Percentages of Color #5205ff

%23.98
%1.46
%74.56

CMYK Percentages of Color #5205ff

%68
%98
%0
%0

Triadic Colors of #5205ff

#5205ff #ff5205 #05ff52

Analogous Colors of #5205ff

#5205ff #cf05ff #0535ff

Monochromatic Colors of #5205ff

#5205ff

Complementary Color

#5205ff #b2ff05

#5205ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5205ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5205ff Color CSS Codes

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

#5205ff Text Font Color

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

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


#5205ff Background Color

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

This div background color is #5205ff


#5205ff Border Color

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

This div border color is #5205ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5205ff


Comments

No comments written yet.

Please login to write comment.