Color Hex Logo

#0981ce Color Hex

#0981CE
(9,129,206)
0 Favorites   0 Comments

Color spaces of #0981ce

RGB 9129206
HSL0.570.920.42
HSV203°96°81°
CMYK 0.960.370.00   0.19
XYZ19.103520.214861.2875
Yxy20.21480.18990.2009
Hunter Lab44.9609-2.8384-49.3473
CIE-Lab52.0792-0.5614-47.7551

#0981ce color RGB value is (9,129,206).

#0981ce hex color red value is 9, green value is 129 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0981ce hue: 0.57 , saturation: 0.92 and the lightness value of 0981ce is 0.42.

The process color (four color CMYK) of #0981ce color hex is 0.96, 0.37, 0.00, 0.19. Web safe color of #0981ce is #0099cc. Color #0981ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000001 11001110
Octal 11 201 316
Decimal 9 129 206
Hex 9 81 CE

RGB Percentages of Color #0981ce

%2.62
%37.50
%59.88

CMYK Percentages of Color #0981ce

%96
%37
%0
%19

Triadic Colors of #0981ce

#0981ce #ce0981 #81ce09

Analogous Colors of #0981ce

#0981ce #091fce #09ceb9

Monochromatic Colors of #0981ce

#0981ce

Complementary Color

#0981ce #ce5609

#0981ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0981ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0981ce Color CSS Codes

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

#0981ce Text Font Color

<p style="color:#0981ce">Text here</p>

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


#0981ce Background Color

<div style="background-color:#0981ce">
Div content here</div>

This div background color is #0981ce


#0981ce Border Color

<div style="border:3px solid #0981ce">
Div here</div>

This div border color is #0981ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,129,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0981ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0981ce;
  -webkit-box-shadow: 1px 1px 3px 2px #0981ce;
  box-shadow:         1px 1px 3px 2px #0981ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0981ce


Comments

No comments written yet.

Please login to write comment.