Color Hex Logo

#321123 Color Hex

#321123
(50,17,35)
3 Favorites   1 Comments

Color spaces of #321123

RGB 501735
HSL0.910.490.13
HSV327°66°20°
CMYK 0.000.660.30   0.80
XYZ1.81921.20041.7259
Yxy1.20040.38340.2530
Hunter Lab10.956310.4650-1.6703
CIE-Lab10.560319.2628-4.4462

#321123 color RGB value is (50,17,35).

#321123 hex color red value is 50, green value is 17 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #321123 hue: 0.91 , saturation: 0.49 and the lightness value of 321123 is 0.13.

The process color (four color CMYK) of #321123 color hex is 0.00, 0.66, 0.30, 0.80. Web safe color of #321123 is #330033. Color #321123 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010001 00100011
Octal 62 21 43
Decimal 50 17 35
Hex 32 11 23

RGB Percentages of Color #321123

%49.02
%16.67
%34.31

CMYK Percentages of Color #321123

%0
%66
%30
%80

Triadic Colors of #321123

#321123 #233211 #112332

Analogous Colors of #321123

#321123 #321113 #311132

Monochromatic Colors of #321123

#321123

Complementary Color

#321123 #113220

#321123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321123 Color CSS Codes

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

#321123 Text Font Color

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

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


#321123 Background Color

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

This div background color is #321123


#321123 Border Color

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

This div border color is #321123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321123

#321123 Color Palettes


Comments

19 Nov 2020, 23:59 LinKueiDragon

I'm surprised how underrated this and #123321 are.

Please login to write comment.