Color Hex Logo

#132532 Color Hex

#132532
(19,37,50)
0 Favorites   0 Comments

Color spaces of #132532

RGB 193750
HSL0.570.450.14
HSV205°62°20°
CMYK 0.620.260.00   0.80
XYZ1.50581.69193.2648
Yxy1.69190.23300.2618
Hunter Lab13.0073-2.0986-5.7765
CIE-Lab13.7794-2.7817-10.7901

#132532 color RGB value is (19,37,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100101 00110010
Octal 23 45 62
Decimal 19 37 50
Hex 13 25 32

RGB Percentages of Color #132532

%17.92
%34.91
%47.17

CMYK Percentages of Color #132532

%62
%26
%0
%80

Triadic Colors of #132532

#132532 #321325 #253213

Analogous Colors of #132532

#132532 #131632 #133230

Monochromatic Colors of #132532

#132532

Complementary Color

#132532 #322013

#132532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132532 Color CSS Codes

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

#132532 Text Font Color

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

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


#132532 Background Color

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

This div background color is #132532


#132532 Border Color

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

This div border color is #132532


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,37,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 #132532">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132532


Comments

No comments written yet.

Please login to write comment.