Color Hex Logo

#0c040d Color Hex

#0C040D
(12,4,13)
0 Favorites   0 Comments

Color spaces of #0c040d

RGB 12413
HSL0.810.530.03
HSV293°69°
CMYK 0.080.690.00   0.95
XYZ0.26770.19410.4041
Yxy0.19410.30920.2242
Hunter Lab4.40573.1362-2.3543
CIE-Lab1.75333.4088-2.7571

#0c040d color RGB value is (12,4,13).

#0c040d hex color red value is 12, green value is 4 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #0c040d hue: 0.81 , saturation: 0.53 and the lightness value of 0c040d is 0.03.

The process color (four color CMYK) of #0c040d color hex is 0.08, 0.69, 0.00, 0.95. Web safe color of #0c040d is #000000. Color #0c040d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00000100 00001101
Octal 14 4 15
Decimal 12 4 13
Hex C 4 D

RGB Percentages of Color #0c040d

%41.38
%13.79
%44.83

CMYK Percentages of Color #0c040d

%8
%69
%0
%95

Triadic Colors of #0c040d

#0c040d #0d0c04 #040d0c

Analogous Colors of #0c040d

#0c040d #0d040a #07040d

Monochromatic Colors of #0c040d

#0c040d

Complementary Color

#0c040d #050d04

#0c040d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c040d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c040d Color CSS Codes

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

#0c040d Text Font Color

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

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


#0c040d Background Color

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

This div background color is #0c040d


#0c040d Border Color

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

This div border color is #0c040d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c040d


Comments

No comments written yet.

Please login to write comment.