Color Hex Logo

#0c3fdd Color Hex

#0C3FDD
(12,63,221)
0 Favorites   0 Comments

Color spaces of #0c3fdd

RGB 1263221
HSL0.630.900.46
HSV225°95°87°
CMYK 0.950.710.00   0.13
XYZ14.98038.853669.3260
Yxy8.85360.16080.0950
Hunter Lab29.755037.7954-117.3109
CIE-Lab35.700947.2344-82.9187

#0c3fdd color RGB value is (12,63,221).

#0c3fdd hex color red value is 12, green value is 63 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0c3fdd hue: 0.63 , saturation: 0.90 and the lightness value of 0c3fdd is 0.46.

The process color (four color CMYK) of #0c3fdd color hex is 0.95, 0.71, 0.00, 0.13. Web safe color of #0c3fdd is #0033cc. Color #0c3fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00111111 11011101
Octal 14 77 335
Decimal 12 63 221
Hex C 3F DD

RGB Percentages of Color #0c3fdd

%4.05
%21.28
%74.66

CMYK Percentages of Color #0c3fdd

%95
%71
%0
%13

Triadic Colors of #0c3fdd

#0c3fdd #dd0c3f #3fdd0c

Analogous Colors of #0c3fdd

#0c3fdd #410cdd #0ca8dd

Monochromatic Colors of #0c3fdd

#0c3fdd

Complementary Color

#0c3fdd #ddaa0c

#0c3fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c3fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c3fdd Color CSS Codes

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

#0c3fdd Text Font Color

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

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


#0c3fdd Background Color

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

This div background color is #0c3fdd


#0c3fdd Border Color

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

This div border color is #0c3fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c3fdd


Comments

No comments written yet.

Please login to write comment.