Color Hex Logo

#321683 Color Hex

#321683
(50,22,131)
0 Favorites   0 Comments

Color spaces of #321683

RGB 5022131
HSL0.710.710.30
HSV255°83°51°
CMYK 0.620.830.00   0.49
XYZ5.69902.890621.7303
Yxy2.89060.18800.0953
Hunter Lab17.001830.0802-63.8785
CIE-Lab19.600342.2500-55.4979

#321683 color RGB value is (50,22,131).

#321683 hex color red value is 50, green value is 22 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #321683 hue: 0.71 , saturation: 0.71 and the lightness value of 321683 is 0.30.

The process color (four color CMYK) of #321683 color hex is 0.62, 0.83, 0.00, 0.49. Web safe color of #321683 is #330099. Color #321683 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010110 10000011
Octal 62 26 203
Decimal 50 22 131
Hex 32 16 83

RGB Percentages of Color #321683

%24.63
%10.84
%64.53

CMYK Percentages of Color #321683

%62
%83
%0
%49

Triadic Colors of #321683

#321683 #833216 #168332

Analogous Colors of #321683

#321683 #691683 #163183

Monochromatic Colors of #321683

#321683

Complementary Color

#321683 #678316

#321683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321683 Color CSS Codes

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

#321683 Text Font Color

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

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


#321683 Background Color

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

This div background color is #321683


#321683 Border Color

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

This div border color is #321683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321683


Comments

No comments written yet.

Please login to write comment.