Color Hex Logo

#5246fd Color Hex

#5246FD
(82,70,253)
0 Favorites   0 Comments

Color spaces of #5246fd

RGB 8270253
HSL0.680.980.63
HSV244°72°99°
CMYK 0.680.720.00   0.01
XYZ23.399513.266094.2558
Yxy13.26600.17870.1013
Hunter Lab36.422550.9372-127.9375
CIE-Lab43.161358.3657-88.6078

#5246fd color RGB value is (82,70,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000110 11111101
Octal 122 106 375
Decimal 82 70 253
Hex 52 46 FD

RGB Percentages of Color #5246fd

%20.25
%17.28
%62.47

CMYK Percentages of Color #5246fd

%68
%72
%0
%1

Triadic Colors of #5246fd

#5246fd #fd5246 #46fd52

Analogous Colors of #5246fd

#5246fd #ae46fd #4696fd

Monochromatic Colors of #5246fd

#5246fd

Complementary Color

#5246fd #f1fd46

#5246fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5246fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5246fd Color CSS Codes

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

#5246fd Text Font Color

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

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


#5246fd Background Color

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

This div background color is #5246fd


#5246fd Border Color

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

This div border color is #5246fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5246fd

Related Colors


Comments

No comments written yet.

Please login to write comment.