Color Hex Logo

#332245 Color Hex

#332245
(51,34,69)
0 Favorites   0 Comments

Color spaces of #332245

RGB 513469
HSL0.750.340.20
HSV269°51°27°
CMYK 0.260.510.00   0.73
XYZ3.01142.27755.9111
Yxy2.27750.26890.2033
Hunter Lab15.09149.2087-12.6591
CIE-Lab16.880916.4865-19.0384

#332245 color RGB value is (51,34,69).

#332245 hex color red value is 51, green value is 34 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #332245 hue: 0.75 , saturation: 0.34 and the lightness value of 332245 is 0.20.

The process color (four color CMYK) of #332245 color hex is 0.26, 0.51, 0.00, 0.73. Web safe color of #332245 is #333333. Color #332245 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00100010 01000101
Octal 63 42 105
Decimal 51 34 69
Hex 33 22 45

RGB Percentages of Color #332245

%33.12
%22.08
%44.81

CMYK Percentages of Color #332245

%26
%51
%0
%73

Triadic Colors of #332245

#332245 #453322 #224533

Analogous Colors of #332245

#332245 #452245 #222345

Monochromatic Colors of #332245

#332245

Complementary Color

#332245 #344522

#332245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#332245 Color CSS Codes

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

#332245 Text Font Color

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

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


#332245 Background Color

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

This div background color is #332245


#332245 Border Color

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

This div border color is #332245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332245


Comments

No comments written yet.

Please login to write comment.