Color Hex Logo

#0c050b Color Hex

#0C050B
(12,5,11)
0 Favorites   0 Comments

Color spaces of #0c050b

RGB 12511
HSL0.860.410.03
HSV309°58°
CMYK 0.000.580.08   0.95
XYZ0.26630.21090.3433
Yxy0.21090.32460.2570
Hunter Lab4.59242.3141-1.2175
CIE-Lab1.90502.6973-1.6258

#0c050b color RGB value is (12,5,11).

#0c050b hex color red value is 12, green value is 5 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #0c050b hue: 0.86 , saturation: 0.41 and the lightness value of 0c050b is 0.03.

The process color (four color CMYK) of #0c050b color hex is 0.00, 0.58, 0.08, 0.95. Web safe color of #0c050b is #000000. Color #0c050b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00000101 00001011
Octal 14 5 13
Decimal 12 5 11
Hex C 5 B

RGB Percentages of Color #0c050b

%42.86
%17.86
%39.29

CMYK Percentages of Color #0c050b

%0
%58
%8
%95

Triadic Colors of #0c050b

#0c050b #0b0c05 #050b0c

Analogous Colors of #0c050b

#0c050b #0c0508 #09050c

Monochromatic Colors of #0c050b

#0c050b

Complementary Color

#0c050b #050c06

#0c050b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c050b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c050b Color CSS Codes

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

#0c050b Text Font Color

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

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


#0c050b Background Color

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

This div background color is #0c050b


#0c050b Border Color

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

This div border color is #0c050b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c050b


Comments

No comments written yet.

Please login to write comment.