Color Hex Logo

#332964 Color Hex

#332964
(51,41,100)
0 Favorites   0 Comments

Color spaces of #332964

RGB 5141100
HSL0.690.420.28
HSV250°59°39°
CMYK 0.490.590.00   0.61
XYZ4.45843.209812.4412
Yxy3.20980.22170.1596
Hunter Lab17.915913.0671-28.6311
CIE-Lab20.865321.4206-33.4896

#332964 color RGB value is (51,41,100).

#332964 hex color red value is 51, green value is 41 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #332964 hue: 0.69 , saturation: 0.42 and the lightness value of 332964 is 0.28.

The process color (four color CMYK) of #332964 color hex is 0.49, 0.59, 0.00, 0.61. Web safe color of #332964 is #333366. Color #332964 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101001 01100100
Octal 63 51 144
Decimal 51 41 100
Hex 33 29 64

RGB Percentages of Color #332964

%26.56
%21.35
%52.08

CMYK Percentages of Color #332964

%49
%59
%0
%61

Triadic Colors of #332964

#332964 #643329 #296433

Analogous Colors of #332964

#332964 #512964 #293d64

Monochromatic Colors of #332964

#332964

Complementary Color

#332964 #5a6429

#332964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#332964 Color CSS Codes

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

#332964 Text Font Color

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

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


#332964 Background Color

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

This div background color is #332964


#332964 Border Color

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

This div border color is #332964


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,41,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #332964; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #332964;
  -webkit-box-shadow: 1px 1px 3px 2px #332964;
  box-shadow:         1px 1px 3px 2px #332964; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,41,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332964


Comments

No comments written yet.

Please login to write comment.