Color Hex Logo

#321361 Color Hex

#321361
(50,19,97)
0 Favorites   0 Comments

Color spaces of #321361

RGB 501997
HSL0.730.670.23
HSV264°80°38°
CMYK 0.480.800.00   0.62
XYZ3.70592.006911.5013
Yxy2.00690.21530.1166
Hunter Lab14.166521.9035-38.2189
CIE-Lab15.523433.6696-40.1915

#321361 color RGB value is (50,19,97).

#321361 hex color red value is 50, green value is 19 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #321361 hue: 0.73 , saturation: 0.67 and the lightness value of 321361 is 0.23.

The process color (four color CMYK) of #321361 color hex is 0.48, 0.80, 0.00, 0.62. Web safe color of #321361 is #330066. Color #321361 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010011 01100001
Octal 62 23 141
Decimal 50 19 97
Hex 32 13 61

RGB Percentages of Color #321361

%30.12
%11.45
%58.43

CMYK Percentages of Color #321361

%48
%80
%0
%62

Triadic Colors of #321361

#321361 #613213 #136132

Analogous Colors of #321361

#321361 #591361 #131b61

Monochromatic Colors of #321361

#321361

Complementary Color

#321361 #426113

#321361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321361 Color CSS Codes

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

#321361 Text Font Color

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

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


#321361 Background Color

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

This div background color is #321361


#321361 Border Color

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

This div border color is #321361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321361


Comments

No comments written yet.

Please login to write comment.