Color Hex Logo

#132132 Color Hex

#132132
(19,33,50)
0 Favorites   0 Comments

Color spaces of #132132

RGB 193350
HSL0.590.450.14
HSV213°62°20°
CMYK 0.620.340.00   0.80
XYZ1.38811.45643.2256
Yxy1.45640.22870.2399
Hunter Lab12.0681-0.5878-7.3995
CIE-Lab12.32810.1127-13.0426

#132132 color RGB value is (19,33,50).

#132132 hex color red value is 19, green value is 33 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #132132 hue: 0.59 , saturation: 0.45 and the lightness value of 132132 is 0.14.

The process color (four color CMYK) of #132132 color hex is 0.62, 0.34, 0.00, 0.80. Web safe color of #132132 is #003333. Color #132132 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100001 00110010
Octal 23 41 62
Decimal 19 33 50
Hex 13 21 32

RGB Percentages of Color #132132

%18.63
%32.35
%49.02

CMYK Percentages of Color #132132

%62
%34
%0
%80

Triadic Colors of #132132

#132132 #321321 #213213

Analogous Colors of #132132

#132132 #151332 #133132

Monochromatic Colors of #132132

#132132

Complementary Color

#132132 #322413

#132132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132132 Color CSS Codes

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

#132132 Text Font Color

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

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


#132132 Background Color

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

This div background color is #132132


#132132 Border Color

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

This div border color is #132132


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,33,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #132132; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #132132;
  -webkit-box-shadow: 1px 1px 3px 2px #132132;
  box-shadow:         1px 1px 3px 2px #132132; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,33,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132132


Comments

No comments written yet.

Please login to write comment.