Color Hex Logo

#321367 Color Hex

#321367
(50,19,103)
0 Favorites   0 Comments

Color spaces of #321367

RGB 5019103
HSL0.730.690.24
HSV262°82°40°
CMYK 0.510.820.00   0.60
XYZ3.99642.123113.0311
Yxy2.12310.20870.1109
Hunter Lab14.570923.4588-42.8250
CIE-Lab16.120435.4154-43.1806

#321367 color RGB value is (50,19,103).

#321367 hex color red value is 50, green value is 19 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #321367 hue: 0.73 , saturation: 0.69 and the lightness value of 321367 is 0.24.

The process color (four color CMYK) of #321367 color hex is 0.51, 0.82, 0.00, 0.60. Web safe color of #321367 is #330066. Color #321367 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010011 01100111
Octal 62 23 147
Decimal 50 19 103
Hex 32 13 67

RGB Percentages of Color #321367

%29.07
%11.05
%59.88

CMYK Percentages of Color #321367

%51
%82
%0
%60

Triadic Colors of #321367

#321367 #673213 #136732

Analogous Colors of #321367

#321367 #5c1367 #131e67

Monochromatic Colors of #321367

#321367

Complementary Color

#321367 #486713

#321367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321367 Color CSS Codes

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

#321367 Text Font Color

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

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


#321367 Background Color

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

This div background color is #321367


#321367 Border Color

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

This div border color is #321367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321367


Comments

No comments written yet.

Please login to write comment.