Color Hex Logo

#5247fe Color Hex

#5247FE
(82,71,254)
0 Favorites   0 Comments

Color spaces of #5247fe

RGB 8271254
HSL0.680.990.64
HSV244°72°100°
CMYK 0.680.720.00   0.00
XYZ23.622313.456195.1182
Yxy13.45610.17870.1018
Hunter Lab36.682650.7534-128.0617
CIE-Lab43.442658.1448-88.7025

#5247fe color RGB value is (82,71,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000111 11111110
Octal 122 107 376
Decimal 82 71 254
Hex 52 47 FE

RGB Percentages of Color #5247fe

%20.15
%17.44
%62.41

CMYK Percentages of Color #5247fe

%68
%72
%0
%0

Triadic Colors of #5247fe

#5247fe #fe5247 #47fe52

Analogous Colors of #5247fe

#5247fe #ae47fe #4798fe

Monochromatic Colors of #5247fe

#5247fe

Complementary Color

#5247fe #f3fe47

#5247fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5247fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5247fe Color CSS Codes

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

#5247fe Text Font Color

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

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


#5247fe Background Color

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

This div background color is #5247fe


#5247fe Border Color

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

This div border color is #5247fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5247fe


Comments

No comments written yet.

Please login to write comment.