Color Hex Logo

#321c72 Color Hex

#321C72
(50,28,114)
0 Favorites   0 Comments

Color spaces of #321c72

RGB 5028114
HSL0.710.610.28
HSV255°75°45°
CMYK 0.560.750.00   0.55
XYZ4.76792.723516.1940
Yxy2.72350.20130.1150
Hunter Lab16.503022.6902-46.6276
CIE-Lab18.900733.9683-45.7912

#321c72 color RGB value is (50,28,114).

#321c72 hex color red value is 50, green value is 28 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #321c72 hue: 0.71 , saturation: 0.61 and the lightness value of 321c72 is 0.28.

The process color (four color CMYK) of #321c72 color hex is 0.56, 0.75, 0.00, 0.55. Web safe color of #321c72 is #333366. Color #321c72 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011100 01110010
Octal 62 34 162
Decimal 50 28 114
Hex 32 1C 72

RGB Percentages of Color #321c72

%26.04
%14.58
%59.38

CMYK Percentages of Color #321c72

%56
%75
%0
%55

Triadic Colors of #321c72

#321c72 #72321c #1c7232

Analogous Colors of #321c72

#321c72 #5d1c72 #1c3172

Monochromatic Colors of #321c72

#321c72

Complementary Color

#321c72 #5c721c

#321c72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321c72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321c72 Color CSS Codes

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

#321c72 Text Font Color

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

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


#321c72 Background Color

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

This div background color is #321c72


#321c72 Border Color

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

This div border color is #321c72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321c72


Comments

No comments written yet.

Please login to write comment.