Color Hex Logo

#0f0c1c Color Hex

#0F0C1C
(15,12,28)
0 Favorites   0 Comments

Color spaces of #0f0c1c

RGB 151228
HSL0.700.400.08
HSV251°57°11°
CMYK 0.460.570.00   0.89
XYZ0.53810.44831.1568
Yxy0.44830.25110.2092
Hunter Lab6.69552.6284-5.5568
CIE-Lab4.04954.5881-9.3992

#0f0c1c color RGB value is (15,12,28).

#0f0c1c hex color red value is 15, green value is 12 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #0f0c1c hue: 0.70 , saturation: 0.40 and the lightness value of 0f0c1c is 0.08.

The process color (four color CMYK) of #0f0c1c color hex is 0.46, 0.57, 0.00, 0.89. Web safe color of #0f0c1c is #000033. Color #0f0c1c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00001100 00011100
Octal 17 14 34
Decimal 15 12 28
Hex F C 1C

RGB Percentages of Color #0f0c1c

%27.27
%21.82
%50.91

CMYK Percentages of Color #0f0c1c

%46
%57
%0
%89

Triadic Colors of #0f0c1c

#0f0c1c #1c0f0c #0c1c0f

Analogous Colors of #0f0c1c

#0f0c1c #170c1c #0c111c

Monochromatic Colors of #0f0c1c

#0f0c1c

Complementary Color

#0f0c1c #191c0c

#0f0c1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f0c1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f0c1c Color CSS Codes

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

#0f0c1c Text Font Color

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

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


#0f0c1c Background Color

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

This div background color is #0f0c1c


#0f0c1c Border Color

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

This div border color is #0f0c1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f0c1c


Comments

No comments written yet.

Please login to write comment.