Color Hex Logo

#321327 Color Hex

#321327
(50,19,39)
0 Favorites   0 Comments

Color spaces of #321327

RGB 501939
HSL0.890.450.14
HSV321°62°20°
CMYK 0.000.620.22   0.80
XYZ1.91451.29032.0676
Yxy1.29030.36310.2447
Hunter Lab11.359110.2064-2.8406
CIE-Lab11.207518.7692-6.4485

#321327 color RGB value is (50,19,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010011 00100111
Octal 62 23 47
Decimal 50 19 39
Hex 32 13 27

RGB Percentages of Color #321327

%46.30
%17.59
%36.11

CMYK Percentages of Color #321327

%0
%62
%22
%80

Triadic Colors of #321327

#321327 #273213 #132732

Analogous Colors of #321327

#321327 #321318 #2e1332

Monochromatic Colors of #321327

#321327

Complementary Color

#321327 #13321e

#321327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321327 Color CSS Codes

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

#321327 Text Font Color

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

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


#321327 Background Color

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

This div background color is #321327


#321327 Border Color

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

This div border color is #321327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321327


Comments

No comments written yet.

Please login to write comment.