Color Hex Logo

#5247a3 Color Hex

#5247A3
(82,71,163)
0 Favorites   0 Comments

Color spaces of #5247a3

RGB 8271163
HSL0.690.390.46
HSV247°56°64°
CMYK 0.500.560.00   0.36
XYZ12.34388.944735.7262
Yxy8.94470.21650.1569
Hunter Lab29.907721.3338-49.8894
CIE-Lab35.877629.5953-48.5007

#5247a3 color RGB value is (82,71,163).

#5247a3 hex color red value is 82, green value is 71 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #5247a3 hue: 0.69 , saturation: 0.39 and the lightness value of 5247a3 is 0.46.

The process color (four color CMYK) of #5247a3 color hex is 0.50, 0.56, 0.00, 0.36. Web safe color of #5247a3 is #663399. Color #5247a3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000111 10100011
Octal 122 107 243
Decimal 82 71 163
Hex 52 47 A3

RGB Percentages of Color #5247a3

%25.95
%22.47
%51.58

CMYK Percentages of Color #5247a3

%50
%56
%0
%36

Triadic Colors of #5247a3

#5247a3 #a35247 #47a352

Analogous Colors of #5247a3

#5247a3 #8047a3 #476aa3

Monochromatic Colors of #5247a3

#5247a3

Complementary Color

#5247a3 #98a347

#5247a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5247a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5247a3 Color CSS Codes

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

#5247a3 Text Font Color

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

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


#5247a3 Background Color

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

This div background color is #5247a3


#5247a3 Border Color

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

This div border color is #5247a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5247a3


Comments

No comments written yet.

Please login to write comment.