Color Hex Logo

#0c0a4e Color Hex

#0C0A4E
(12,10,78)
0 Favorites   0 Comments

Color spaces of #0c0a4e

RGB 121078
HSL0.670.770.17
HSV242°87°31°
CMYK 0.850.870.00   0.69
XYZ1.63530.84537.2847
Yxy0.84530.16750.0866
Hunter Lab9.194015.6595-40.5414
CIE-Lab7.635527.2020-40.4412

#0c0a4e color RGB value is (12,10,78).

#0c0a4e hex color red value is 12, green value is 10 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #0c0a4e hue: 0.67 , saturation: 0.77 and the lightness value of 0c0a4e is 0.17.

The process color (four color CMYK) of #0c0a4e color hex is 0.85, 0.87, 0.00, 0.69. Web safe color of #0c0a4e is #000066. Color #0c0a4e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00001010 01001110
Octal 14 12 116
Decimal 12 10 78
Hex C A 4E

RGB Percentages of Color #0c0a4e

%12.00
%10.00
%78.00

CMYK Percentages of Color #0c0a4e

%85
%87
%0
%69

Triadic Colors of #0c0a4e

#0c0a4e #4e0c0a #0a4e0c

Analogous Colors of #0c0a4e

#0c0a4e #2e0a4e #0a2a4e

Monochromatic Colors of #0c0a4e

#0c0a4e

Complementary Color

#0c0a4e #4c4e0a

#0c0a4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c0a4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c0a4e Color CSS Codes

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

#0c0a4e Text Font Color

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

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


#0c0a4e Background Color

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

This div background color is #0c0a4e


#0c0a4e Border Color

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

This div border color is #0c0a4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c0a4e


Comments

No comments written yet.

Please login to write comment.