Color Hex Logo

#0c0848 Color Hex

#0C0848
(12,8,72)
0 Favorites   0 Comments

Color spaces of #0c0848

RGB 12872
HSL0.680.800.16
HSV244°89°28°
CMYK 0.830.890.00   0.72
XYZ1.40820.71976.1956
Yxy0.71970.16920.0865
Hunter Lab8.483514.7835-37.3617
CIE-Lab6.501025.8168-38.1308

#0c0848 color RGB value is (12,8,72).

#0c0848 hex color red value is 12, green value is 8 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #0c0848 hue: 0.68 , saturation: 0.80 and the lightness value of 0c0848 is 0.16.

The process color (four color CMYK) of #0c0848 color hex is 0.83, 0.89, 0.00, 0.72. Web safe color of #0c0848 is #000033. Color #0c0848 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00001000 01001000
Octal 14 10 110
Decimal 12 8 72
Hex C 8 48

RGB Percentages of Color #0c0848

%13.04
%8.70
%78.26

CMYK Percentages of Color #0c0848

%83
%89
%0
%72

Triadic Colors of #0c0848

#0c0848 #480c08 #08480c

Analogous Colors of #0c0848

#0c0848 #2c0848 #082448

Monochromatic Colors of #0c0848

#0c0848

Complementary Color

#0c0848 #444808

#0c0848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c0848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c0848 Color CSS Codes

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

#0c0848 Text Font Color

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

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


#0c0848 Background Color

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

This div background color is #0c0848


#0c0848 Border Color

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

This div border color is #0c0848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c0848


Comments

No comments written yet.

Please login to write comment.