Color Hex Logo

#0f1304 Color Hex

#0F1304
(15,19,4)
0 Favorites   0 Comments

Color spaces of #0f1304

RGB 15194
HSL0.210.650.05
HSV76°79°
CMYK 0.210.000.79   0.93
XYZ0.45180.57610.2022
Yxy0.57610.36730.4683
Hunter Lab7.5901-2.65763.7336
CIE-Lab5.2039-3.92296.0800

#0f1304 color RGB value is (15,19,4).

#0f1304 hex color red value is 15, green value is 19 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #0f1304 hue: 0.21 , saturation: 0.65 and the lightness value of 0f1304 is 0.05.

The process color (four color CMYK) of #0f1304 color hex is 0.21, 0.00, 0.79, 0.93. Web safe color of #0f1304 is #000000. Color #0f1304 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00010011 00000100
Octal 17 23 4
Decimal 15 19 4
Hex F 13 4

RGB Percentages of Color #0f1304

%39.47
%50.00
%10.53

CMYK Percentages of Color #0f1304

%21
%0
%79
%93

Triadic Colors of #0f1304

#0f1304 #040f13 #13040f

Analogous Colors of #0f1304

#0f1304 #081304 #131004

Monochromatic Colors of #0f1304

#0f1304

Complementary Color

#0f1304 #080413

#0f1304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f1304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f1304 Color CSS Codes

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

#0f1304 Text Font Color

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

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


#0f1304 Background Color

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

This div background color is #0f1304


#0f1304 Border Color

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

This div border color is #0f1304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f1304


Comments

No comments written yet.

Please login to write comment.