Color Hex Logo

#0980dc Color Hex

#0980DC
(9,128,220)
0 Favorites   0 Comments

Color spaces of #0980dc

RGB 9128220
HSL0.570.920.45
HSV206°96°86°
CMYK 0.960.420.00   0.14
XYZ20.750120.663770.6050
Yxy20.66370.18520.1845
Hunter Lab45.45731.9303-60.2699
CIE-Lab52.57955.4664-54.8694

#0980dc color RGB value is (9,128,220).

#0980dc hex color red value is 9, green value is 128 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0980dc hue: 0.57 , saturation: 0.92 and the lightness value of 0980dc is 0.45.

The process color (four color CMYK) of #0980dc color hex is 0.96, 0.42, 0.00, 0.14. Web safe color of #0980dc is #0099cc. Color #0980dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000000 11011100
Octal 11 200 334
Decimal 9 128 220
Hex 9 80 DC

RGB Percentages of Color #0980dc

%2.52
%35.85
%61.62

CMYK Percentages of Color #0980dc

%96
%42
%0
%14

Triadic Colors of #0980dc

#0980dc #dc0980 #80dc09

Analogous Colors of #0980dc

#0980dc #0916dc #09dccf

Monochromatic Colors of #0980dc

#0980dc

Complementary Color

#0980dc #dc6509

#0980dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0980dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0980dc Color CSS Codes

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

#0980dc Text Font Color

<p style="color:#0980dc">Text here</p>

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


#0980dc Background Color

<div style="background-color:#0980dc">
Div content here</div>

This div background color is #0980dc


#0980dc Border Color

<div style="border:3px solid #0980dc">
Div here</div>

This div border color is #0980dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,128,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0980dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0980dc;
  -webkit-box-shadow: 1px 1px 3px 2px #0980dc;
  box-shadow:         1px 1px 3px 2px #0980dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,128,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0980dc


Comments

No comments written yet.

Please login to write comment.