Color Hex Logo

#321050 Color Hex

#321050
(50,16,80)
0 Favorites   0 Comments

Color spaces of #321050

RGB 501680
HSL0.760.670.19
HSV272°80°31°
CMYK 0.380.800.00   0.69
XYZ2.94871.62797.7482
Yxy1.62790.23920.1321
Hunter Lab12.758918.9248-27.0742
CIE-Lab13.399130.3887-32.1907

#321050 color RGB value is (50,16,80).

#321050 hex color red value is 50, green value is 16 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #321050 hue: 0.76 , saturation: 0.67 and the lightness value of 321050 is 0.19.

The process color (four color CMYK) of #321050 color hex is 0.38, 0.80, 0.00, 0.69. Web safe color of #321050 is #330066. Color #321050 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010000 01010000
Octal 62 20 120
Decimal 50 16 80
Hex 32 10 50

RGB Percentages of Color #321050

%34.25
%10.96
%54.79

CMYK Percentages of Color #321050

%38
%80
%0
%69

Triadic Colors of #321050

#321050 #503210 #105032

Analogous Colors of #321050

#321050 #50104e #121050

Monochromatic Colors of #321050

#321050

Complementary Color

#321050 #2e5010

#321050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321050 Color CSS Codes

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

#321050 Text Font Color

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

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


#321050 Background Color

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

This div background color is #321050


#321050 Border Color

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

This div border color is #321050


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,16,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321050


Comments

No comments written yet.

Please login to write comment.