Color Hex Logo

#321672 Color Hex

#321672
(50,22,114)
0 Favorites   0 Comments

Color spaces of #321672

RGB 5022114
HSL0.720.680.27
HSV258°81°45°
CMYK 0.560.810.00   0.55
XYZ4.63962.466816.1512
Yxy2.46680.19950.1061
Hunter Lab15.706025.2437-49.9762
CIE-Lab17.767837.1823-47.6510

#321672 color RGB value is (50,22,114).

#321672 hex color red value is 50, green value is 22 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #321672 hue: 0.72 , saturation: 0.68 and the lightness value of 321672 is 0.27.

The process color (four color CMYK) of #321672 color hex is 0.56, 0.81, 0.00, 0.55. Web safe color of #321672 is #330066. Color #321672 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010110 01110010
Octal 62 26 162
Decimal 50 22 114
Hex 32 16 72

RGB Percentages of Color #321672

%26.88
%11.83
%61.29

CMYK Percentages of Color #321672

%56
%81
%0
%55

Triadic Colors of #321672

#321672 #723216 #167232

Analogous Colors of #321672

#321672 #601672 #162872

Monochromatic Colors of #321672

#321672

Complementary Color

#321672 #567216

#321672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321672 Color CSS Codes

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

#321672 Text Font Color

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

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


#321672 Background Color

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

This div background color is #321672


#321672 Border Color

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

This div border color is #321672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321672


Comments

No comments written yet.

Please login to write comment.