Color Hex Logo

#5246fe Color Hex

#5246FE
(82,70,254)
0 Favorites   0 Comments

Color spaces of #5246fe

RGB 8270254
HSL0.680.990.64
HSV244°72°100°
CMYK 0.680.720.00   0.00
XYZ23.559213.329995.0972
Yxy13.32990.17850.1010
Hunter Lab36.510151.2894-128.8743
CIE-Lab43.256258.6682-89.0098

#5246fe color RGB value is (82,70,254).

#5246fe hex color red value is 82, green value is 70 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5246fe hue: 0.68 , saturation: 0.99 and the lightness value of 5246fe is 0.64.

The process color (four color CMYK) of #5246fe color hex is 0.68, 0.72, 0.00, 0.00. Web safe color of #5246fe is #6633ff. Color #5246fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000110 11111110
Octal 122 106 376
Decimal 82 70 254
Hex 52 46 FE

RGB Percentages of Color #5246fe

%20.20
%17.24
%62.56

CMYK Percentages of Color #5246fe

%68
%72
%0
%0

Triadic Colors of #5246fe

#5246fe #fe5246 #46fe52

Analogous Colors of #5246fe

#5246fe #ae46fe #4696fe

Monochromatic Colors of #5246fe

#5246fe

Complementary Color

#5246fe #f2fe46

#5246fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5246fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5246fe Color CSS Codes

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

#5246fe Text Font Color

<p style="color:#5246fe">Text here</p>

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


#5246fe Background Color

<div style="background-color:#5246fe">
Div content here</div>

This div background color is #5246fe


#5246fe Border Color

<div style="border:3px solid #5246fe">
Div here</div>

This div border color is #5246fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,70,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5246fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5246fe;
  -webkit-box-shadow: 1px 1px 3px 2px #5246fe;
  box-shadow:         1px 1px 3px 2px #5246fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5246fe

Related Colors


Comments

No comments written yet.

Please login to write comment.