Color Hex Logo

#321581 Color Hex

#321581
(50,21,129)
0 Favorites   0 Comments

Color spaces of #321581

RGB 5021129
HSL0.710.720.29
HSV256°84°51°
CMYK 0.610.840.00   0.49
XYZ5.54602.799421.0169
Yxy2.79940.18890.0953
Hunter Lab16.731429.8879-62.7642
CIE-Lab19.221942.1138-54.8570

#321581 color RGB value is (50,21,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010101 10000001
Octal 62 25 201
Decimal 50 21 129
Hex 32 15 81

RGB Percentages of Color #321581

%25.00
%10.50
%64.50

CMYK Percentages of Color #321581

%61
%84
%0
%49

Triadic Colors of #321581

#321581 #813215 #158132

Analogous Colors of #321581

#321581 #681581 #152e81

Monochromatic Colors of #321581

#321581

Complementary Color

#321581 #648115

#321581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321581 Color CSS Codes

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

#321581 Text Font Color

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

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


#321581 Background Color

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

This div background color is #321581


#321581 Border Color

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

This div border color is #321581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321581


Comments

No comments written yet.

Please login to write comment.