Color Hex Logo

#0c084a Color Hex

#0C084A
(12,8,74)
0 Favorites   0 Comments

Color spaces of #0c084a

RGB 12874
HSL0.680.800.16
HSV244°89°29°
CMYK 0.840.890.00   0.71
XYZ1.47450.74626.5449
Yxy0.74620.16820.0851
Hunter Lab8.638315.3518-38.8750
CIE-Lab6.740426.6828-39.1374

#0c084a color RGB value is (12,8,74).

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

The process color (four color CMYK) of #0c084a color hex is 0.84, 0.89, 0.00, 0.71. Web safe color of #0c084a is #000033. Color #0c084a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00001000 01001010
Octal 14 10 112
Decimal 12 8 74
Hex C 8 4A

RGB Percentages of Color #0c084a

%12.77
%8.51
%78.72

CMYK Percentages of Color #0c084a

%84
%89
%0
%71

Triadic Colors of #0c084a

#0c084a #4a0c08 #084a0c

Analogous Colors of #0c084a

#0c084a #2d084a #08254a

Monochromatic Colors of #0c084a

#0c084a

Complementary Color

#0c084a #464a08

#0c084a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c084a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c084a Color CSS Codes

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

#0c084a Text Font Color

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

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


#0c084a Background Color

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

This div background color is #0c084a


#0c084a Border Color

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

This div border color is #0c084a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c084a


Comments

No comments written yet.

Please login to write comment.