Color Hex Logo

#0c46f6 Color Hex

#0C46F6
(12,70,246)
0 Favorites   0 Comments

Color spaces of #0c46f6

RGB 1270246
HSL0.630.930.51
HSV225°95°96°
CMYK 0.950.720.00   0.04
XYZ18.976311.112388.3335
Yxy11.11230.16020.0938
Hunter Lab33.335143.2762-133.7758
CIE-Lab39.769051.8485-90.3779

#0c46f6 color RGB value is (12,70,246).

#0c46f6 hex color red value is 12, green value is 70 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #0c46f6 hue: 0.63 , saturation: 0.93 and the lightness value of 0c46f6 is 0.51.

The process color (four color CMYK) of #0c46f6 color hex is 0.95, 0.72, 0.00, 0.04. Web safe color of #0c46f6 is #0033ff. Color #0c46f6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01000110 11110110
Octal 14 106 366
Decimal 12 70 246
Hex C 46 F6

RGB Percentages of Color #0c46f6

%3.66
%21.34
%75.00

CMYK Percentages of Color #0c46f6

%95
%72
%0
%4

Triadic Colors of #0c46f6

#0c46f6 #f60c46 #46f60c

Analogous Colors of #0c46f6

#0c46f6 #470cf6 #0cbbf6

Monochromatic Colors of #0c46f6

#0c46f6

Complementary Color

#0c46f6 #f6bc0c

#0c46f6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c46f6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c46f6 Color CSS Codes

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

#0c46f6 Text Font Color

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

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


#0c46f6 Background Color

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

This div background color is #0c46f6


#0c46f6 Border Color

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

This div border color is #0c46f6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c46f6

Related Colors


Comments

No comments written yet.

Please login to write comment.