Color Hex Logo

#321173 Color Hex

#321173
(50,17,115)
0 Favorites   0 Comments

Color spaces of #321173

RGB 5017115
HSL0.720.740.26
HSV260°85°45°
CMYK 0.570.850.00   0.55
XYZ4.61042.316816.4239
Yxy2.31680.19740.0992
Hunter Lab15.221027.4302-53.3207
CIE-Lab17.069039.8103-49.4483

#321173 color RGB value is (50,17,115).

#321173 hex color red value is 50, green value is 17 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #321173 hue: 0.72 , saturation: 0.74 and the lightness value of 321173 is 0.26.

The process color (four color CMYK) of #321173 color hex is 0.57, 0.85, 0.00, 0.55. Web safe color of #321173 is #330066. Color #321173 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010001 01110011
Octal 62 21 163
Decimal 50 17 115
Hex 32 11 73

RGB Percentages of Color #321173

%27.47
%9.34
%63.19

CMYK Percentages of Color #321173

%57
%85
%0
%55

Triadic Colors of #321173

#321173 #733211 #117332

Analogous Colors of #321173

#321173 #631173 #112173

Monochromatic Colors of #321173

#321173

Complementary Color

#321173 #527311

#321173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321173 Color CSS Codes

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

#321173 Text Font Color

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

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


#321173 Background Color

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

This div background color is #321173


#321173 Border Color

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

This div border color is #321173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321173


Comments

No comments written yet.

Please login to write comment.