Color Hex Logo

#090712 Color Hex

#090712
(9,7,18)
0 Favorites   0 Comments

Color spaces of #090712

RGB 9718
HSL0.700.440.05
HSV251°61°
CMYK 0.500.610.00   0.93
XYZ0.29780.25370.6055
Yxy0.25370.25740.2193
Hunter Lab5.03691.7391-3.6017
CIE-Lab2.29172.3213-4.7096

#090712 color RGB value is (9,7,18).

#090712 hex color red value is 9, green value is 7 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #090712 hue: 0.70 , saturation: 0.44 and the lightness value of 090712 is 0.05.

The process color (four color CMYK) of #090712 color hex is 0.50, 0.61, 0.00, 0.93. Web safe color of #090712 is #000000. Color #090712 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000111 00010010
Octal 11 7 22
Decimal 9 7 18
Hex 9 7 12

RGB Percentages of Color #090712

%26.47
%20.59
%52.94

CMYK Percentages of Color #090712

%50
%61
%0
%93

Triadic Colors of #090712

#090712 #120907 #071209

Analogous Colors of #090712

#090712 #0f0712 #070b12

Monochromatic Colors of #090712

#090712

Complementary Color

#090712 #101207

#090712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090712 Color CSS Codes

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

#090712 Text Font Color

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

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


#090712 Background Color

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

This div background color is #090712


#090712 Border Color

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

This div border color is #090712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090712


Comments

No comments written yet.

Please login to write comment.