Color Hex Logo

#1081dd Color Hex

#1081DD
(16,129,221)
0 Favorites   0 Comments

Color spaces of #1081dd

RGB 16129221
HSL0.570.860.46
HSV207°93°87°
CMYK 0.930.420.00   0.13
XYZ21.115121.031171.3531
Yxy21.03110.18600.1853
Hunter Lab45.85971.9320-60.1476
CIE-Lab52.98355.4798-54.7820

#1081dd color RGB value is (16,129,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10000001 11011101
Octal 20 201 335
Decimal 16 129 221
Hex 10 81 DD

RGB Percentages of Color #1081dd

%4.37
%35.25
%60.38

CMYK Percentages of Color #1081dd

%93
%42
%0
%13

Triadic Colors of #1081dd

#1081dd #dd1081 #81dd10

Analogous Colors of #1081dd

#1081dd #101add #10ddd3

Monochromatic Colors of #1081dd

#1081dd

Complementary Color

#1081dd #dd6c10

#1081dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1081dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1081dd Color CSS Codes

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

#1081dd Text Font Color

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

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


#1081dd Background Color

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

This div background color is #1081dd


#1081dd Border Color

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

This div border color is #1081dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,129,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 #1081dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1081dd


Comments

No comments written yet.

Please login to write comment.