Color Hex Logo

#0c347c Color Hex

#0C347C
(12,52,124)
0 Favorites   0 Comments

Color spaces of #0c347c

RGB 1252124
HSL0.610.820.27
HSV219°90°49°
CMYK 0.900.580.00   0.51
XYZ5.01773.989419.5743
Yxy3.98940.17560.1396
Hunter Lab19.97359.8888-44.1236
CIE-Lab23.636416.7216-44.5384

#0c347c color RGB value is (12,52,124).

#0c347c hex color red value is 12, green value is 52 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #0c347c hue: 0.61 , saturation: 0.82 and the lightness value of 0c347c is 0.27.

The process color (four color CMYK) of #0c347c color hex is 0.90, 0.58, 0.00, 0.51. Web safe color of #0c347c is #003366. Color #0c347c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00110100 01111100
Octal 14 64 174
Decimal 12 52 124
Hex C 34 7C

RGB Percentages of Color #0c347c

%6.38
%27.66
%65.96

CMYK Percentages of Color #0c347c

%90
%58
%0
%51

Triadic Colors of #0c347c

#0c347c #7c0c34 #347c0c

Analogous Colors of #0c347c

#0c347c #1c0c7c #0c6c7c

Monochromatic Colors of #0c347c

#0c347c

Complementary Color

#0c347c #7c540c

#0c347c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c347c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c347c Color CSS Codes

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

#0c347c Text Font Color

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

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


#0c347c Background Color

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

This div background color is #0c347c


#0c347c Border Color

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

This div border color is #0c347c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c347c


Comments

No comments written yet.

Please login to write comment.