Color Hex Logo

#020f0f Color Hex

#020F0F
(2,15,15)
0 Favorites   0 Comments

Color spaces of #020f0f

RGB 21515
HSL0.500.760.03
HSV180°87°
CMYK 0.870.000.00   0.94
XYZ0.28210.38900.5122
Yxy0.38900.23840.3287
Hunter Lab6.2370-2.8411-0.5032
CIE-Lab3.5138-3.5898-1.2679

#020f0f color RGB value is (2,15,15).

#020f0f hex color red value is 2, green value is 15 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #020f0f hue: 0.50 , saturation: 0.76 and the lightness value of 020f0f is 0.03.

The process color (four color CMYK) of #020f0f color hex is 0.87, 0.00, 0.00, 0.94. Web safe color of #020f0f is #000000. Color #020f0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00001111 00001111
Octal 2 17 17
Decimal 2 15 15
Hex 2 F F

RGB Percentages of Color #020f0f

%6.25
%46.88
%46.88

CMYK Percentages of Color #020f0f

%87
%0
%0
%94

Triadic Colors of #020f0f

#020f0f #0f020f #0f0f02

Analogous Colors of #020f0f

#020f0f #02090f #020f09

Monochromatic Colors of #020f0f

#020f0f

Complementary Color

#020f0f #0f0202

#020f0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#020f0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#020f0f Color CSS Codes

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

#020f0f Text Font Color

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

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


#020f0f Background Color

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

This div background color is #020f0f


#020f0f Border Color

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

This div border color is #020f0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #020f0f

#020f0f Color Palettes


Comments

No comments written yet.

Please login to write comment.