Color Hex Logo

#0c050f Color Hex

#0C050F
(12,5,15)
0 Favorites   0 Comments

Color spaces of #0c050f

RGB 12515
HSL0.780.500.04
HSV282°67°
CMYK 0.200.670.00   0.94
XYZ0.29210.22120.4792
Yxy0.22120.29430.2229
Hunter Lab4.70322.8555-2.7487
CIE-Lab1.99813.3531-3.4092

#0c050f color RGB value is (12,5,15).

#0c050f hex color red value is 12, green value is 5 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #0c050f hue: 0.78 , saturation: 0.50 and the lightness value of 0c050f is 0.04.

The process color (four color CMYK) of #0c050f color hex is 0.20, 0.67, 0.00, 0.94. Web safe color of #0c050f is #000000. Color #0c050f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00000101 00001111
Octal 14 5 17
Decimal 12 5 15
Hex C 5 F

RGB Percentages of Color #0c050f

%37.50
%15.63
%46.88

CMYK Percentages of Color #0c050f

%20
%67
%0
%94

Triadic Colors of #0c050f

#0c050f #0f0c05 #050f0c

Analogous Colors of #0c050f

#0c050f #0f050d #07050f

Monochromatic Colors of #0c050f

#0c050f

Complementary Color

#0c050f #080f05

#0c050f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c050f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c050f Color CSS Codes

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

#0c050f Text Font Color

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

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


#0c050f Background Color

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

This div background color is #0c050f


#0c050f Border Color

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

This div border color is #0c050f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,5,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 #0c050f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c050f


Comments

No comments written yet.

Please login to write comment.