Color Hex Logo

#0c70cd Color Hex

#0C70CD
(12,112,205)
0 Favorites   0 Comments

Color spaces of #0c70cd

RGB 12112205
HSL0.580.890.43
HSV209°94°80°
CMYK 0.940.450.00   0.20
XYZ16.965216.074359.9661
Yxy16.07430.18240.1728
Hunter Lab40.09285.3697-60.6142
CIE-Lab47.07189.6593-55.1931

#0c70cd color RGB value is (12,112,205).

#0c70cd hex color red value is 12, green value is 112 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #0c70cd hue: 0.58 , saturation: 0.89 and the lightness value of 0c70cd is 0.43.

The process color (four color CMYK) of #0c70cd color hex is 0.94, 0.45, 0.00, 0.20. Web safe color of #0c70cd is #0066cc. Color #0c70cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01110000 11001101
Octal 14 160 315
Decimal 12 112 205
Hex C 70 CD

RGB Percentages of Color #0c70cd

%3.65
%34.04
%62.31

CMYK Percentages of Color #0c70cd

%94
%45
%0
%20

Triadic Colors of #0c70cd

#0c70cd #cd0c70 #70cd0c

Analogous Colors of #0c70cd

#0c70cd #0c0fcd #0ccdca

Monochromatic Colors of #0c70cd

#0c70cd

Complementary Color

#0c70cd #cd690c

#0c70cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c70cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c70cd Color CSS Codes

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

#0c70cd Text Font Color

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

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


#0c70cd Background Color

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

This div background color is #0c70cd


#0c70cd Border Color

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

This div border color is #0c70cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c70cd


Comments

No comments written yet.

Please login to write comment.