Color Hex Logo

#332943 Color Hex

#332943
(51,41,67)
1 Favorites   1 Comments

Color spaces of #332943

RGB 514167
HSL0.730.240.21
HSV263°39°26°
CMYK 0.240.390.00   0.74
XYZ3.17132.69495.6632
Yxy2.69490.27510.2337
Hunter Lab16.41625.7547-8.9624
CIE-Lab18.778111.0613-14.6937

#332943 color RGB value is (51,41,67).

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

The process color (four color CMYK) of #332943 color hex is 0.24, 0.39, 0.00, 0.74. Web safe color of #332943 is #333333. Color #332943 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101001 01000011
Octal 63 51 103
Decimal 51 41 67
Hex 33 29 43

RGB Percentages of Color #332943

%32.08
%25.79
%42.14

CMYK Percentages of Color #332943

%24
%39
%0
%74

Triadic Colors of #332943

#332943 #433329 #294333

Analogous Colors of #332943

#332943 #402943 #292c43

Monochromatic Colors of #332943

#332943

Complementary Color

#332943 #394329

#332943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#332943 Color CSS Codes

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

#332943 Text Font Color

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

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


#332943 Background Color

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

This div background color is #332943


#332943 Border Color

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

This div border color is #332943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332943

#332943 Color Palettes


Comments

13 Mar 2019, 18:29 DrakonchikUA

Dark violet with smog.

Please login to write comment.