Color Hex Logo

#02130d Color Hex

#02130D
(2,19,13)
0 Favorites   0 Comments

Color spaces of #02130d

RGB 21913
HSL0.440.810.04
HSV159°89°
CMYK 0.890.000.32   0.93
XYZ0.33060.50770.4613
Yxy0.50770.25440.3907
Hunter Lab7.1253-4.18721.1492
CIE-Lab4.5860-6.22461.3087

#02130d color RGB value is (2,19,13).

#02130d hex color red value is 2, green value is 19 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #02130d hue: 0.44 , saturation: 0.81 and the lightness value of 02130d is 0.04.

The process color (four color CMYK) of #02130d color hex is 0.89, 0.00, 0.32, 0.93. Web safe color of #02130d is #000000. Color #02130d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00010011 00001101
Octal 2 23 15
Decimal 2 19 13
Hex 2 13 D

RGB Percentages of Color #02130d

%5.88
%55.88
%38.24

CMYK Percentages of Color #02130d

%89
%0
%32
%93

Triadic Colors of #02130d

#02130d #0d0213 #130d02

Analogous Colors of #02130d

#02130d #021113 #021305

Monochromatic Colors of #02130d

#02130d

Complementary Color

#02130d #130208

#02130d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02130d Color Preview on White Background

Lorem ipsum dolor sit amet.

#02130d Color CSS Codes

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

#02130d Text Font Color

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

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


#02130d Background Color

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

This div background color is #02130d


#02130d Border Color

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

This div border color is #02130d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02130d


Comments

No comments written yet.

Please login to write comment.