Color Hex Logo

#1076de Color Hex

#1076DE
(16,118,222)
0 Favorites   0 Comments

Color spaces of #1076de

RGB 16118222
HSL0.580.870.47
HSV210°93°87°
CMYK 0.930.470.00   0.13
XYZ19.876918.341071.5998
Yxy18.34100.18100.1670
Hunter Lab42.82647.9005-69.1462
CIE-Lab49.907112.7013-60.2861

#1076de color RGB value is (16,118,222).

#1076de hex color red value is 16, green value is 118 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #1076de hue: 0.58 , saturation: 0.87 and the lightness value of 1076de is 0.47.

The process color (four color CMYK) of #1076de color hex is 0.93, 0.47, 0.00, 0.13. Web safe color of #1076de is #0066cc. Color #1076de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01110110 11011110
Octal 20 166 336
Decimal 16 118 222
Hex 10 76 DE

RGB Percentages of Color #1076de

%4.49
%33.15
%62.36

CMYK Percentages of Color #1076de

%93
%47
%0
%13

Triadic Colors of #1076de

#1076de #de1076 #76de10

Analogous Colors of #1076de

#1076de #1110de #10ddde

Monochromatic Colors of #1076de

#1076de

Complementary Color

#1076de #de7810

#1076de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1076de Color Preview on White Background

Lorem ipsum dolor sit amet.

#1076de Color CSS Codes

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

#1076de Text Font Color

<p style="color:#1076de">Text here</p>

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


#1076de Background Color

<div style="background-color:#1076de">
Div content here</div>

This div background color is #1076de


#1076de Border Color

<div style="border:3px solid #1076de">
Div here</div>

This div border color is #1076de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,118,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1076de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1076de;
  -webkit-box-shadow: 1px 1px 3px 2px #1076de;
  box-shadow:         1px 1px 3px 2px #1076de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,118,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1076de


Comments

No comments written yet.

Please login to write comment.