Color Hex Logo

#1076dd Color Hex

#1076DD
(16,118,221)
0 Favorites   0 Comments

Color spaces of #1076dd

RGB 16118221
HSL0.580.860.46
HSV210°93°87°
CMYK 0.930.470.00   0.13
XYZ19.743318.287570.8959
Yxy18.28750.18130.1679
Hunter Lab42.76397.5734-68.3589
CIE-Lab49.843012.3114-59.8249

#1076dd color RGB value is (16,118,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01110110 11011101
Octal 20 166 335
Decimal 16 118 221
Hex 10 76 DD

RGB Percentages of Color #1076dd

%4.51
%33.24
%62.25

CMYK Percentages of Color #1076dd

%93
%47
%0
%13

Triadic Colors of #1076dd

#1076dd #dd1076 #76dd10

Analogous Colors of #1076dd

#1076dd #1110dd #10dddd

Monochromatic Colors of #1076dd

#1076dd

Complementary Color

#1076dd #dd7710

#1076dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1076dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1076dd Color CSS Codes

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

#1076dd Text Font Color

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

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


#1076dd Background Color

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

This div background color is #1076dd


#1076dd Border Color

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

This div border color is #1076dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1076dd


Comments

No comments written yet.

Please login to write comment.