Color Hex Logo

#0c57db Color Hex

#0C57DB
(12,87,219)
0 Favorites   0 Comments

Color spaces of #0c57db

RGB 1287219
HSL0.610.900.45
HSV218°95°86°
CMYK 0.950.600.00   0.14
XYZ16.346012.009068.4743
Yxy12.00900.16880.1240
Hunter Lab34.654023.5524-92.8958
CIE-Lab41.230431.3702-72.6775

#0c57db color RGB value is (12,87,219).

#0c57db hex color red value is 12, green value is 87 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0c57db hue: 0.61 , saturation: 0.90 and the lightness value of 0c57db is 0.45.

The process color (four color CMYK) of #0c57db color hex is 0.95, 0.60, 0.00, 0.14. Web safe color of #0c57db is #0066cc. Color #0c57db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01010111 11011011
Octal 14 127 333
Decimal 12 87 219
Hex C 57 DB

RGB Percentages of Color #0c57db

%3.77
%27.36
%68.87

CMYK Percentages of Color #0c57db

%95
%60
%0
%14

Triadic Colors of #0c57db

#0c57db #db0c57 #57db0c

Analogous Colors of #0c57db

#0c57db #280cdb #0cbfdb

Monochromatic Colors of #0c57db

#0c57db

Complementary Color

#0c57db #db900c

#0c57db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c57db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c57db Color CSS Codes

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

#0c57db Text Font Color

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

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


#0c57db Background Color

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

This div background color is #0c57db


#0c57db Border Color

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

This div border color is #0c57db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c57db


Comments

No comments written yet.

Please login to write comment.