Color Hex Logo

#321842 Color Hex

#321842
(50,24,66)
0 Favorites   0 Comments

Color spaces of #321842

RGB 502466
HSL0.770.470.18
HSV277°64°26°
CMYK 0.240.640.00   0.74
XYZ2.62541.72475.3488
Yxy1.72470.27070.1778
Hunter Lab13.132812.7019-14.9550
CIE-Lab13.970621.9596-21.5744

#321842 color RGB value is (50,24,66).

#321842 hex color red value is 50, green value is 24 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #321842 hue: 0.77 , saturation: 0.47 and the lightness value of 321842 is 0.18.

The process color (four color CMYK) of #321842 color hex is 0.24, 0.64, 0.00, 0.74. Web safe color of #321842 is #330033. Color #321842 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011000 01000010
Octal 62 30 102
Decimal 50 24 66
Hex 32 18 42

RGB Percentages of Color #321842

%35.71
%17.14
%47.14

CMYK Percentages of Color #321842

%24
%64
%0
%74

Triadic Colors of #321842

#321842 #423218 #184232

Analogous Colors of #321842

#321842 #42183d #1d1842

Monochromatic Colors of #321842

#321842

Complementary Color

#321842 #284218

#321842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321842 Color CSS Codes

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

#321842 Text Font Color

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

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


#321842 Background Color

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

This div background color is #321842


#321842 Border Color

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

This div border color is #321842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321842


Comments

No comments written yet.

Please login to write comment.