Color Hex Logo

#332960 Color Hex

#332960
(51,41,96)
0 Favorites   0 Comments

Color spaces of #332960

RGB 514196
HSL0.700.400.27
HSV251°57°38°
CMYK 0.470.570.00   0.62
XYZ4.26953.134211.4463
Yxy3.13420.22650.1663
Hunter Lab17.703712.0665-25.9413
CIE-Lab20.573520.0945-31.3334

#332960 color RGB value is (51,41,96).

#332960 hex color red value is 51, green value is 41 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #332960 hue: 0.70 , saturation: 0.40 and the lightness value of 332960 is 0.27.

The process color (four color CMYK) of #332960 color hex is 0.47, 0.57, 0.00, 0.62. Web safe color of #332960 is #333366. Color #332960 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101001 01100000
Octal 63 51 140
Decimal 51 41 96
Hex 33 29 60

RGB Percentages of Color #332960

%27.13
%21.81
%51.06

CMYK Percentages of Color #332960

%47
%57
%0
%62

Triadic Colors of #332960

#332960 #603329 #296033

Analogous Colors of #332960

#332960 #4f2960 #293b60

Monochromatic Colors of #332960

#332960

Complementary Color

#332960 #566029

#332960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#332960 Color CSS Codes

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

#332960 Text Font Color

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

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


#332960 Background Color

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

This div background color is #332960


#332960 Border Color

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

This div border color is #332960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332960


Comments

No comments written yet.

Please login to write comment.