Color Hex Logo

#321063 Color Hex

#321063
(50,16,99)
0 Favorites   0 Comments

Color spaces of #321063

RGB 501699
HSL0.730.720.23
HSV265°84°39°
CMYK 0.490.840.00   0.61
XYZ3.75281.949511.9829
Yxy1.94950.21220.1102
Hunter Lab13.962423.5426-41.1103
CIE-Lab15.220035.6898-42.0163

#321063 color RGB value is (50,16,99).

#321063 hex color red value is 50, green value is 16 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #321063 hue: 0.73 , saturation: 0.72 and the lightness value of 321063 is 0.23.

The process color (four color CMYK) of #321063 color hex is 0.49, 0.84, 0.00, 0.61. Web safe color of #321063 is #330066. Color #321063 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010000 01100011
Octal 62 20 143
Decimal 50 16 99
Hex 32 10 63

RGB Percentages of Color #321063

%30.30
%9.70
%60.00

CMYK Percentages of Color #321063

%49
%84
%0
%61

Triadic Colors of #321063

#321063 #633210 #106332

Analogous Colors of #321063

#321063 #5b1063 #101863

Monochromatic Colors of #321063

#321063

Complementary Color

#321063 #416310

#321063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321063 Color CSS Codes

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

#321063 Text Font Color

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

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


#321063 Background Color

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

This div background color is #321063


#321063 Border Color

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

This div border color is #321063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321063


Comments

No comments written yet.

Please login to write comment.