Color Hex Logo

#1114dd Color Hex

#1114DD
(17,20,221)
0 Favorites   0 Comments

Color spaces of #1114dd

RGB 1720221
HSL0.660.860.47
HSV239°92°87°
CMYK 0.920.910.00   0.13
XYZ13.53255.839968.8206
Yxy5.83990.15340.0662
Hunter Lab24.165957.6668-151.9324
CIE-Lab29.004967.0991-94.0444

#1114dd color RGB value is (17,20,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010100 11011101
Octal 21 24 335
Decimal 17 20 221
Hex 11 14 DD

RGB Percentages of Color #1114dd

%6.59
%7.75
%85.66

CMYK Percentages of Color #1114dd

%92
%91
%0
%13

Triadic Colors of #1114dd

#1114dd #dd1114 #14dd11

Analogous Colors of #1114dd

#1114dd #7411dd #117add

Monochromatic Colors of #1114dd

#1114dd

Complementary Color

#1114dd #ddda11

#1114dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1114dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1114dd Color CSS Codes

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

#1114dd Text Font Color

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

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


#1114dd Background Color

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

This div background color is #1114dd


#1114dd Border Color

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

This div border color is #1114dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1114dd


Comments

No comments written yet.

Please login to write comment.