Color Hex Logo

#332640 Color Hex

#332640
(51,38,64)
0 Favorites   0 Comments

Color spaces of #332640

RGB 513864
HSL0.750.250.20
HSV270°41°25°
CMYK 0.200.410.00   0.75
XYZ2.98382.46025.1681
Yxy2.46020.28120.2318
Hunter Lab15.68506.5077-8.5561
CIE-Lab17.737612.3089-14.2453

#332640 color RGB value is (51,38,64).

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

The process color (four color CMYK) of #332640 color hex is 0.20, 0.41, 0.00, 0.75. Web safe color of #332640 is #333333. Color #332640 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00100110 01000000
Octal 63 46 100
Decimal 51 38 64
Hex 33 26 40

RGB Percentages of Color #332640

%33.33
%24.84
%41.83

CMYK Percentages of Color #332640

%20
%41
%0
%75

Triadic Colors of #332640

#332640 #403326 #264033

Analogous Colors of #332640

#332640 #402640 #262640

Monochromatic Colors of #332640

#332640

Complementary Color

#332640 #334026

#332640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#332640 Color CSS Codes

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

#332640 Text Font Color

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

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


#332640 Background Color

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

This div background color is #332640


#332640 Border Color

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

This div border color is #332640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332640

#332640 Color Palettes


Comments

No comments written yet.

Please login to write comment.