Color Hex Logo

#013202 Color Hex

#013202
(1,50,2)
0 Favorites   0 Comments

Color spaces of #013202

RGB 1502
HSL0.340.960.10
HSV121°98°20°
CMYK 0.980.000.96   0.80
XYZ1.16412.29200.4385
Yxy2.29200.29890.5885
Hunter Lab15.1394-12.76868.8803
CIE-Lab16.9506-26.774822.9531

#013202 color RGB value is (1,50,2).

#013202 hex color red value is 1, green value is 50 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #013202 hue: 0.34 , saturation: 0.96 and the lightness value of 013202 is 0.10.

The process color (four color CMYK) of #013202 color hex is 0.98, 0.00, 0.96, 0.80. Web safe color of #013202 is #003300. Color #013202 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110010 00000010
Octal 1 62 2
Decimal 1 50 2
Hex 1 32 2

RGB Percentages of Color #013202

%1.89
%94.34
%3.77

CMYK Percentages of Color #013202

%98
%0
%96
%80

Triadic Colors of #013202

#013202 #020132 #320201

Analogous Colors of #013202

#013202 #01321b #193201

Monochromatic Colors of #013202

#013202

Complementary Color

#013202 #320131

#013202 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013202 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013202 Color CSS Codes

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

#013202 Text Font Color

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

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


#013202 Background Color

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

This div background color is #013202


#013202 Border Color

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

This div border color is #013202


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013202


Comments

No comments written yet.

Please login to write comment.