Color Hex Logo

#521478 Color Hex

#521478
(82,20,120)
0 Favorites   0 Comments

Color spaces of #521478

RGB 8220120
HSL0.770.710.27
HSV277°83°47°
CMYK 0.320.830.00   0.53
XYZ7.12003.650218.0986
Yxy3.65020.24660.1264
Hunter Lab19.105533.0866-42.7915
CIE-Lab22.479644.9139-43.6219

#521478 color RGB value is (82,20,120).

#521478 hex color red value is 82, green value is 20 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #521478 hue: 0.77 , saturation: 0.71 and the lightness value of 521478 is 0.27.

The process color (four color CMYK) of #521478 color hex is 0.32, 0.83, 0.00, 0.53. Web safe color of #521478 is #660066. Color #521478 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010100 01111000
Octal 122 24 170
Decimal 82 20 120
Hex 52 14 78

RGB Percentages of Color #521478

%36.94
%9.01
%54.05

CMYK Percentages of Color #521478

%32
%83
%0
%53

Triadic Colors of #521478

#521478 #785214 #147852

Analogous Colors of #521478

#521478 #78146c #201478

Monochromatic Colors of #521478

#521478

Complementary Color

#521478 #3a7814

#521478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521478 Color CSS Codes

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

#521478 Text Font Color

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

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


#521478 Background Color

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

This div background color is #521478


#521478 Border Color

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

This div border color is #521478


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,20,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #521478; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #521478;
  -webkit-box-shadow: 1px 1px 3px 2px #521478;
  box-shadow:         1px 1px 3px 2px #521478; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521478


Comments

No comments written yet.

Please login to write comment.