Color Hex Logo

#07060f Color Hex

#07060F
(7,6,15)
0 Favorites   0 Comments

Color spaces of #07060f

RGB 7615
HSL0.690.430.04
HSV247°60°
CMYK 0.530.600.00   0.94
XYZ0.23900.20990.4799
Yxy0.20990.25730.2260
Hunter Lab4.58151.2941-3.0035
CIE-Lab1.89601.6179-3.5952

#07060f color RGB value is (7,6,15).

#07060f hex color red value is 7, green value is 6 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #07060f hue: 0.69 , saturation: 0.43 and the lightness value of 07060f is 0.04.

The process color (four color CMYK) of #07060f color hex is 0.53, 0.60, 0.00, 0.94. Web safe color of #07060f is #000000. Color #07060f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000110 00001111
Octal 7 6 17
Decimal 7 6 15
Hex 7 6 F

RGB Percentages of Color #07060f

%25.00
%21.43
%53.57

CMYK Percentages of Color #07060f

%53
%60
%0
%94

Triadic Colors of #07060f

#07060f #0f0706 #060f07

Analogous Colors of #07060f

#07060f #0c060f #060a0f

Monochromatic Colors of #07060f

#07060f

Complementary Color

#07060f #0e0f06

#07060f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07060f Color Preview on White Background

Lorem ipsum dolor sit amet.

#07060f Color CSS Codes

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

#07060f Text Font Color

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

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


#07060f Background Color

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

This div background color is #07060f


#07060f Border Color

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

This div border color is #07060f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07060f


Comments

No comments written yet.

Please login to write comment.