Color Hex Logo

#1128dd Color Hex

#1128DD
(17,40,221)
0 Favorites   0 Comments

Color spaces of #1128dd

RGB 1740221
HSL0.650.860.47
HSV233°92°87°
CMYK 0.920.820.00   0.13
XYZ14.04116.857268.9901
Yxy6.85720.15620.0763
Hunter Lab26.186349.8860-137.8746
CIE-Lab31.479659.6631-89.9185

#1128dd color RGB value is (17,40,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101000 11011101
Octal 21 50 335
Decimal 17 40 221
Hex 11 28 DD

RGB Percentages of Color #1128dd

%6.12
%14.39
%79.50

CMYK Percentages of Color #1128dd

%92
%82
%0
%13

Triadic Colors of #1128dd

#1128dd #dd1128 #28dd11

Analogous Colors of #1128dd

#1128dd #6011dd #118edd

Monochromatic Colors of #1128dd

#1128dd

Complementary Color

#1128dd #ddc611

#1128dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1128dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1128dd Color CSS Codes

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

#1128dd Text Font Color

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

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


#1128dd Background Color

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

This div background color is #1128dd


#1128dd Border Color

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

This div border color is #1128dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1128dd


Comments

No comments written yet.

Please login to write comment.