Color Hex Logo

#071502 Color Hex

#071502
(7,21,2)
0 Favorites   0 Comments

Color spaces of #071502

RGB 7212
HSL0.290.830.05
HSV104°90°
CMYK 0.670.000.90   0.92
XYZ0.36670.58590.1512
Yxy0.58590.33220.5308
Hunter Lab7.6544-4.84384.1869
CIE-Lab5.2924-7.79056.9621

#071502 color RGB value is (7,21,2).

#071502 hex color red value is 7, green value is 21 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #071502 hue: 0.29 , saturation: 0.83 and the lightness value of 071502 is 0.05.

The process color (four color CMYK) of #071502 color hex is 0.67, 0.00, 0.90, 0.92. Web safe color of #071502 is #000000. Color #071502 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010101 00000010
Octal 7 25 2
Decimal 7 21 2
Hex 7 15 2

RGB Percentages of Color #071502

%23.33
%70.00
%6.67

CMYK Percentages of Color #071502

%67
%0
%90
%92

Triadic Colors of #071502

#071502 #020715 #150207

Analogous Colors of #071502

#071502 #021507 #111502

Monochromatic Colors of #071502

#071502

Complementary Color

#071502 #100215

#071502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071502 Color CSS Codes

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

#071502 Text Font Color

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

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


#071502 Background Color

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

This div background color is #071502


#071502 Border Color

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

This div border color is #071502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071502


Comments

No comments written yet.

Please login to write comment.