Color Hex Logo

#132502 Color Hex

#132502
(19,37,2)
0 Favorites   0 Comments

Color spaces of #132502

RGB 19372
HSL0.250.900.08
HSV91°95°15°
CMYK 0.490.000.95   0.85
XYZ0.94111.46600.2908
Yxy1.46600.34880.5434
Hunter Lab12.1078-7.31467.0515
CIE-Lab12.3903-15.005217.2031

#132502 color RGB value is (19,37,2).

#132502 hex color red value is 19, green value is 37 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #132502 hue: 0.25 , saturation: 0.90 and the lightness value of 132502 is 0.08.

The process color (four color CMYK) of #132502 color hex is 0.49, 0.00, 0.95, 0.85. Web safe color of #132502 is #003300. Color #132502 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100101 00000010
Octal 23 45 2
Decimal 19 37 2
Hex 13 25 2

RGB Percentages of Color #132502

%32.76
%63.79
%3.45

CMYK Percentages of Color #132502

%49
%0
%95
%85

Triadic Colors of #132502

#132502 #021325 #250213

Analogous Colors of #132502

#132502 #022503 #252502

Monochromatic Colors of #132502

#132502

Complementary Color

#132502 #140225

#132502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132502 Color CSS Codes

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

#132502 Text Font Color

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

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


#132502 Background Color

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

This div background color is #132502


#132502 Border Color

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

This div border color is #132502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132502


Comments

No comments written yet.

Please login to write comment.