Color Hex Logo

#0c0948 Color Hex

#0C0948
(12,9,72)
0 Favorites   0 Comments

Color spaces of #0c0948

RGB 12972
HSL0.670.780.16
HSV243°88°28°
CMYK 0.830.880.00   0.72
XYZ1.41900.74146.1992
Yxy0.74140.16970.0887
Hunter Lab8.610514.3484-36.6592
CIE-Lab6.697025.2851-37.8078

#0c0948 color RGB value is (12,9,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 00001001 01001000
Octal 14 11 110
Decimal 12 9 72
Hex C 9 48

RGB Percentages of Color #0c0948

%12.90
%9.68
%77.42

CMYK Percentages of Color #0c0948

%83
%88
%0
%72

Triadic Colors of #0c0948

#0c0948 #480c09 #09480c

Analogous Colors of #0c0948

#0c0948 #2c0948 #092648

Monochromatic Colors of #0c0948

#0c0948

Complementary Color

#0c0948 #454809

#0c0948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c0948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c0948 Color CSS Codes

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

#0c0948 Text Font Color

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

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


#0c0948 Background Color

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

This div background color is #0c0948


#0c0948 Border Color

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

This div border color is #0c0948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c0948


Comments

No comments written yet.

Please login to write comment.