Color Hex Logo

#132829 Color Hex

#132829
(19,40,41)
0 Favorites   0 Comments

Color spaces of #132829

RGB 194041
HSL0.510.370.12
HSV183°54°16°
CMYK 0.540.020.00   0.84
XYZ1.42761.81612.3731
Yxy1.81610.25420.3233
Hunter Lab13.4763-4.6742-1.0073
CIE-Lab14.4910-8.0614-3.2955

#132829 color RGB value is (19,40,41).

#132829 hex color red value is 19, green value is 40 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #132829 hue: 0.51 , saturation: 0.37 and the lightness value of 132829 is 0.12.

The process color (four color CMYK) of #132829 color hex is 0.54, 0.02, 0.00, 0.84. Web safe color of #132829 is #003333. Color #132829 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101000 00101001
Octal 23 50 51
Decimal 19 40 41
Hex 13 28 29

RGB Percentages of Color #132829

%19.00
%40.00
%41.00

CMYK Percentages of Color #132829

%54
%2
%0
%84

Triadic Colors of #132829

#132829 #291328 #282913

Analogous Colors of #132829

#132829 #131d29 #13291f

Monochromatic Colors of #132829

#132829

Complementary Color

#132829 #291413

#132829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132829 Color CSS Codes

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

#132829 Text Font Color

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

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


#132829 Background Color

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

This div background color is #132829


#132829 Border Color

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

This div border color is #132829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132829


Comments

No comments written yet.

Please login to write comment.