Color Hex Logo

#09150f Color Hex

#09150F
(9,21,15)
0 Favorites   0 Comments

Color spaces of #09150f

RGB 92115
HSL0.420.400.06
HSV150°57°
CMYK 0.570.000.29   0.92
XYZ0.46700.62890.5487
Yxy0.62890.28400.3824
Hunter Lab7.9303-3.36661.4489
CIE-Lab5.6808-5.35611.9462

#09150f color RGB value is (9,21,15).

#09150f hex color red value is 9, green value is 21 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #09150f hue: 0.42 , saturation: 0.40 and the lightness value of 09150f is 0.06.

The process color (four color CMYK) of #09150f color hex is 0.57, 0.00, 0.29, 0.92. Web safe color of #09150f is #000000. Color #09150f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010101 00001111
Octal 11 25 17
Decimal 9 21 15
Hex 9 15 F

RGB Percentages of Color #09150f

%20.00
%46.67
%33.33

CMYK Percentages of Color #09150f

%57
%0
%29
%92

Triadic Colors of #09150f

#09150f #0f0915 #150f09

Analogous Colors of #09150f

#09150f #091515 #091509

Monochromatic Colors of #09150f

#09150f

Complementary Color

#09150f #15090f

#09150f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09150f Color Preview on White Background

Lorem ipsum dolor sit amet.

#09150f Color CSS Codes

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

#09150f Text Font Color

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

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


#09150f Background Color

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

This div background color is #09150f


#09150f Border Color

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

This div border color is #09150f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09150f


Comments

No comments written yet.

Please login to write comment.