Color Hex Logo

#332860 Color Hex

#332860
(51,40,96)
0 Favorites   0 Comments

Color spaces of #332860

RGB 514096
HSL0.700.410.27
HSV252°58°38°
CMYK 0.470.580.00   0.62
XYZ4.23543.065911.4349
Yxy3.06590.22610.1636
Hunter Lab17.509712.5351-26.4632
CIE-Lab20.305920.7736-31.7635

#332860 color RGB value is (51,40,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101000 01100000
Octal 63 50 140
Decimal 51 40 96
Hex 33 28 60

RGB Percentages of Color #332860

%27.27
%21.39
%51.34

CMYK Percentages of Color #332860

%47
%58
%0
%62

Triadic Colors of #332860

#332860 #603328 #286033

Analogous Colors of #332860

#332860 #4f2860 #283960

Monochromatic Colors of #332860

#332860

Complementary Color

#332860 #556028

#332860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#332860 Color CSS Codes

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

#332860 Text Font Color

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

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


#332860 Background Color

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

This div background color is #332860


#332860 Border Color

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

This div border color is #332860


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,40,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 #332860">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332860


Comments

No comments written yet.

Please login to write comment.