Color Hex Logo

#321320 Color Hex

#321320
(50,19,32)
0 Favorites   0 Comments

Color spaces of #321320

RGB 501932
HSL0.930.450.14
HSV335°62°20°
CMYK 0.000.620.36   0.80
XYZ1.80901.24811.5121
Yxy1.24810.39590.2732
Hunter Lab11.17189.3529-0.2046
CIE-Lab10.907617.5157-1.6809

#321320 color RGB value is (50,19,32).

#321320 hex color red value is 50, green value is 19 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #321320 hue: 0.93 , saturation: 0.45 and the lightness value of 321320 is 0.14.

The process color (four color CMYK) of #321320 color hex is 0.00, 0.62, 0.36, 0.80. Web safe color of #321320 is #330033. Color #321320 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010011 00100000
Octal 62 23 40
Decimal 50 19 32
Hex 32 13 20

RGB Percentages of Color #321320

%49.50
%18.81
%31.68

CMYK Percentages of Color #321320

%0
%62
%36
%80

Triadic Colors of #321320

#321320 #203213 #132032

Analogous Colors of #321320

#321320 #321613 #321330

Monochromatic Colors of #321320

#321320

Complementary Color

#321320 #133225

#321320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321320 Color CSS Codes

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

#321320 Text Font Color

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

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


#321320 Background Color

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

This div background color is #321320


#321320 Border Color

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

This div border color is #321320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321320


Comments

No comments written yet.

Please login to write comment.