Color Hex Logo

#321a6e Color Hex

#321A6E
(50,26,110)
0 Favorites   0 Comments

Color spaces of #321a6e

RGB 5026110
HSL0.710.620.27
HSV257°76°43°
CMYK 0.550.760.00   0.57
XYZ4.49932.542715.0055
Yxy2.54270.20410.1153
Hunter Lab15.945822.4606-44.6315
CIE-Lab18.110633.8438-44.4949

#321a6e color RGB value is (50,26,110).

#321a6e hex color red value is 50, green value is 26 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #321a6e hue: 0.71 , saturation: 0.62 and the lightness value of 321a6e is 0.27.

The process color (four color CMYK) of #321a6e color hex is 0.55, 0.76, 0.00, 0.57. Web safe color of #321a6e is #333366. Color #321a6e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011010 01101110
Octal 62 32 156
Decimal 50 26 110
Hex 32 1A 6E

RGB Percentages of Color #321a6e

%26.88
%13.98
%59.14

CMYK Percentages of Color #321a6e

%55
%76
%0
%57

Triadic Colors of #321a6e

#321a6e #6e321a #1a6e32

Analogous Colors of #321a6e

#321a6e #5c1a6e #1a2c6e

Monochromatic Colors of #321a6e

#321a6e

Complementary Color

#321a6e #566e1a

#321a6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321a6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#321a6e Color CSS Codes

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

#321a6e Text Font Color

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

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


#321a6e Background Color

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

This div background color is #321a6e


#321a6e Border Color

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

This div border color is #321a6e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,26,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #321a6e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #321a6e;
  -webkit-box-shadow: 1px 1px 3px 2px #321a6e;
  box-shadow:         1px 1px 3px 2px #321a6e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321a6e


Comments

No comments written yet.

Please login to write comment.