Color Hex Logo

#321427 Color Hex

#321427
(50,20,39)
0 Favorites   0 Comments

Color spaces of #321427

RGB 502039
HSL0.890.430.14
HSV322°60°20°
CMYK 0.000.600.22   0.80
XYZ1.93181.32492.0734
Yxy1.32490.36240.2486
Hunter Lab11.51049.8145-2.6227
CIE-Lab11.448518.1388-6.0827

#321427 color RGB value is (50,20,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010100 00100111
Octal 62 24 47
Decimal 50 20 39
Hex 32 14 27

RGB Percentages of Color #321427

%45.87
%18.35
%35.78

CMYK Percentages of Color #321427

%0
%60
%22
%80

Triadic Colors of #321427

#321427 #273214 #142732

Analogous Colors of #321427

#321427 #321418 #2e1432

Monochromatic Colors of #321427

#321427

Complementary Color

#321427 #14321f

#321427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321427 Color CSS Codes

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

#321427 Text Font Color

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

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


#321427 Background Color

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

This div background color is #321427


#321427 Border Color

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

This div border color is #321427


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,20,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 #321427">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321427


Comments

No comments written yet.

Please login to write comment.