Color Hex Logo

#521381 Color Hex

#521381
(82,19,129)
0 Favorites   0 Comments

Color spaces of #521381

RGB 8219129
HSL0.760.740.29
HSV274°85°51°
CMYK 0.360.850.00   0.49
XYZ7.67503.844621.1064
Yxy3.84460.23520.1178
Hunter Lab19.607735.5567-50.0966
CIE-Lab23.150947.3603-48.2468

#521381 color RGB value is (82,19,129).

#521381 hex color red value is 82, green value is 19 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #521381 hue: 0.76 , saturation: 0.74 and the lightness value of 521381 is 0.29.

The process color (four color CMYK) of #521381 color hex is 0.36, 0.85, 0.00, 0.49. Web safe color of #521381 is #660099. Color #521381 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010011 10000001
Octal 122 23 201
Decimal 82 19 129
Hex 52 13 81

RGB Percentages of Color #521381

%35.65
%8.26
%56.09

CMYK Percentages of Color #521381

%36
%85
%0
%49

Triadic Colors of #521381

#521381 #815213 #138152

Analogous Colors of #521381

#521381 #811379 #1b1381

Monochromatic Colors of #521381

#521381

Complementary Color

#521381 #428113

#521381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521381 Color CSS Codes

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

#521381 Text Font Color

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

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


#521381 Background Color

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

This div background color is #521381


#521381 Border Color

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

This div border color is #521381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521381


Comments

No comments written yet.

Please login to write comment.