Color Hex Logo

#321481 Color Hex

#321481
(50,20,129)
0 Favorites   0 Comments

Color spaces of #321481

RGB 5020129
HSL0.710.730.29
HSV257°84°51°
CMYK 0.610.840.00   0.49
XYZ5.52802.763421.0109
Yxy2.76340.18870.0943
Hunter Lab16.623530.2676-63.3019
CIE-Lab19.070342.5574-55.1075

#321481 color RGB value is (50,20,129).

#321481 hex color red value is 50, green value is 20 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #321481 hue: 0.71 , saturation: 0.73 and the lightness value of 321481 is 0.29.

The process color (four color CMYK) of #321481 color hex is 0.61, 0.84, 0.00, 0.49. Web safe color of #321481 is #330099. Color #321481 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010100 10000001
Octal 62 24 201
Decimal 50 20 129
Hex 32 14 81

RGB Percentages of Color #321481

%25.13
%10.05
%64.82

CMYK Percentages of Color #321481

%61
%84
%0
%49

Triadic Colors of #321481

#321481 #813214 #148132

Analogous Colors of #321481

#321481 #691481 #142d81

Monochromatic Colors of #321481

#321481

Complementary Color

#321481 #638114

#321481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321481 Color CSS Codes

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

#321481 Text Font Color

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

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


#321481 Background Color

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

This div background color is #321481


#321481 Border Color

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

This div border color is #321481


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,20,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 #321481">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321481


Comments

No comments written yet.

Please login to write comment.