Color Hex Logo

#321d42 Color Hex

#321D42
(50,29,66)
0 Favorites   0 Comments

Color spaces of #321d42

RGB 502966
HSL0.760.390.19
HSV274°56°26°
CMYK 0.240.560.00   0.74
XYZ2.73811.95025.3864
Yxy1.95020.27180.1936
Hunter Lab13.965010.5597-13.0932
CIE-Lab15.223718.6909-19.5852

#321d42 color RGB value is (50,29,66).

#321d42 hex color red value is 50, green value is 29 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #321d42 hue: 0.76 , saturation: 0.39 and the lightness value of 321d42 is 0.19.

The process color (four color CMYK) of #321d42 color hex is 0.24, 0.56, 0.00, 0.74. Web safe color of #321d42 is #333333. Color #321d42 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011101 01000010
Octal 62 35 102
Decimal 50 29 66
Hex 32 1D 42

RGB Percentages of Color #321d42

%34.48
%20.00
%45.52

CMYK Percentages of Color #321d42

%24
%56
%0
%74

Triadic Colors of #321d42

#321d42 #42321d #1d4232

Analogous Colors of #321d42

#321d42 #421d3f #201d42

Monochromatic Colors of #321d42

#321d42

Complementary Color

#321d42 #2d421d

#321d42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321d42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321d42 Color CSS Codes

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

#321d42 Text Font Color

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

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


#321d42 Background Color

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

This div background color is #321d42


#321d42 Border Color

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

This div border color is #321d42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321d42


Comments

No comments written yet.

Please login to write comment.