Color Hex Logo

#1011dd Color Hex

#1011DD
(16,17,221)
0 Favorites   0 Comments

Color spaces of #1011dd

RGB 1617221
HSL0.670.860.46
HSV240°93°87°
CMYK 0.930.920.00   0.13
XYZ13.46535.731568.8032
Yxy5.73150.15300.0651
Hunter Lab23.940658.5009-153.6363
CIE-Lab28.724767.8740-94.5130

#1011dd color RGB value is (16,17,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 00010001 11011101
Octal 20 21 335
Decimal 16 17 221
Hex 10 11 DD

RGB Percentages of Color #1011dd

%6.30
%6.69
%87.01

CMYK Percentages of Color #1011dd

%93
%92
%0
%13

Triadic Colors of #1011dd

#1011dd #dd1011 #11dd10

Analogous Colors of #1011dd

#1011dd #7610dd #1078dd

Monochromatic Colors of #1011dd

#1011dd

Complementary Color

#1011dd #dddc10

#1011dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1011dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1011dd Color CSS Codes

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

#1011dd Text Font Color

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

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


#1011dd Background Color

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

This div background color is #1011dd


#1011dd Border Color

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

This div border color is #1011dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1011dd


Comments

No comments written yet.

Please login to write comment.