Color Hex Logo

#332449 Color Hex

#332449
(51,36,73)
0 Favorites   0 Comments

Color spaces of #332449

RGB 513673
HSL0.730.340.21
HSV264°51°29°
CMYK 0.300.510.00   0.71
XYZ3.19872.44666.6070
Yxy2.44660.26110.1997
Hunter Lab15.64169.1303-14.0949
CIE-Lab17.675416.2766-20.5310

#332449 color RGB value is (51,36,73).

#332449 hex color red value is 51, green value is 36 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #332449 hue: 0.73 , saturation: 0.34 and the lightness value of 332449 is 0.21.

The process color (four color CMYK) of #332449 color hex is 0.30, 0.51, 0.00, 0.71. Web safe color of #332449 is #333333. Color #332449 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00100100 01001001
Octal 63 44 111
Decimal 51 36 73
Hex 33 24 49

RGB Percentages of Color #332449

%31.88
%22.50
%45.63

CMYK Percentages of Color #332449

%30
%51
%0
%71

Triadic Colors of #332449

#332449 #493324 #244933

Analogous Colors of #332449

#332449 #462449 #242849

Monochromatic Colors of #332449

#332449

Complementary Color

#332449 #3a4924

#332449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#332449 Color CSS Codes

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

#332449 Text Font Color

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

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


#332449 Background Color

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

This div background color is #332449


#332449 Border Color

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

This div border color is #332449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332449


Comments

No comments written yet.

Please login to write comment.