Color Hex Logo

#5209fc Color Hex

#5209FC
(82,9,252)
0 Favorites   0 Comments

Color spaces of #5209fc

RGB 829252
HSL0.720.980.51
HSV258°96°99°
CMYK 0.670.960.00   0.01
XYZ21.14809.017592.7214
Yxy9.01750.17210.0734
Hunter Lab30.029273.1574-162.0501
CIE-Lab36.018078.7644-99.8840

#5209fc color RGB value is (82,9,252).

#5209fc hex color red value is 82, green value is 9 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5209fc hue: 0.72 , saturation: 0.98 and the lightness value of 5209fc is 0.51.

The process color (four color CMYK) of #5209fc color hex is 0.67, 0.96, 0.00, 0.01. Web safe color of #5209fc is #6600ff. Color #5209fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001001 11111100
Octal 122 11 374
Decimal 82 9 252
Hex 52 9 FC

RGB Percentages of Color #5209fc

%23.91
%2.62
%73.47

CMYK Percentages of Color #5209fc

%67
%96
%0
%1

Triadic Colors of #5209fc

#5209fc #fc5209 #09fc52

Analogous Colors of #5209fc

#5209fc #cc09fc #0939fc

Monochromatic Colors of #5209fc

#5209fc

Complementary Color

#5209fc #b3fc09

#5209fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5209fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5209fc Color CSS Codes

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

#5209fc Text Font Color

<p style="color:#5209fc">Text here</p>

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


#5209fc Background Color

<div style="background-color:#5209fc">
Div content here</div>

This div background color is #5209fc


#5209fc Border Color

<div style="border:3px solid #5209fc">
Div here</div>

This div border color is #5209fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,9,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5209fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5209fc;
  -webkit-box-shadow: 1px 1px 3px 2px #5209fc;
  box-shadow:         1px 1px 3px 2px #5209fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5209fc


Comments

No comments written yet.

Please login to write comment.