Color Hex Logo

#321541 Color Hex

#321541
(50,21,65)
0 Favorites   0 Comments

Color spaces of #321541

RGB 502165
HSL0.780.510.17
HSV280°68°25°
CMYK 0.230.680.00   0.75
XYZ2.53771.59615.1754
Yxy1.59610.27260.1715
Hunter Lab12.633713.7459-15.4446
CIE-Lab13.206423.5516-22.0918

#321541 color RGB value is (50,21,65).

#321541 hex color red value is 50, green value is 21 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #321541 hue: 0.78 , saturation: 0.51 and the lightness value of 321541 is 0.17.

The process color (four color CMYK) of #321541 color hex is 0.23, 0.68, 0.00, 0.75. Web safe color of #321541 is #330033. Color #321541 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010101 01000001
Octal 62 25 101
Decimal 50 21 65
Hex 32 15 41

RGB Percentages of Color #321541

%36.76
%15.44
%47.79

CMYK Percentages of Color #321541

%23
%68
%0
%75

Triadic Colors of #321541

#321541 #413215 #154132

Analogous Colors of #321541

#321541 #41153a #1c1541

Monochromatic Colors of #321541

#321541

Complementary Color

#321541 #244115

#321541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321541 Color CSS Codes

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

#321541 Text Font Color

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

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


#321541 Background Color

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

This div background color is #321541


#321541 Border Color

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

This div border color is #321541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321541


Comments

No comments written yet.

Please login to write comment.