Color Hex Logo

#322366 Color Hex

#322366
(50,35,102)
0 Favorites   0 Comments

Color spaces of #322366

RGB 5035102
HSL0.700.490.27
HSV253°66°40°
CMYK 0.510.660.00   0.60
XYZ4.31472.839512.8910
Yxy2.83950.21520.1417
Hunter Lab16.850816.2165-33.5617
CIE-Lab19.389325.8240-37.1902

#322366 color RGB value is (50,35,102).

#322366 hex color red value is 50, green value is 35 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #322366 hue: 0.70 , saturation: 0.49 and the lightness value of 322366 is 0.27.

The process color (four color CMYK) of #322366 color hex is 0.51, 0.66, 0.00, 0.60. Web safe color of #322366 is #333366. Color #322366 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00100011 01100110
Octal 62 43 146
Decimal 50 35 102
Hex 32 23 66

RGB Percentages of Color #322366

%26.74
%18.72
%54.55

CMYK Percentages of Color #322366

%51
%66
%0
%60

Triadic Colors of #322366

#322366 #663223 #236632

Analogous Colors of #322366

#322366 #542366 #233666

Monochromatic Colors of #322366

#322366

Complementary Color

#322366 #576623

#322366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#322366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#322366 Color CSS Codes

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

#322366 Text Font Color

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

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


#322366 Background Color

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

This div background color is #322366


#322366 Border Color

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

This div border color is #322366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #322366


Comments

No comments written yet.

Please login to write comment.