Color Hex Logo

#1180dd Color Hex

#1180DD
(17,128,221)
0 Favorites   0 Comments

Color spaces of #1180dd

RGB 17128221
HSL0.580.860.47
HSV207°92°87°
CMYK 0.920.420.00   0.13
XYZ21.001520.778071.3103
Yxy20.77800.18570.1837
Hunter Lab45.58292.4706-60.8458
CIE-Lab52.70576.1334-55.2263

#1180dd color RGB value is (17,128,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000000 11011101
Octal 21 200 335
Decimal 17 128 221
Hex 11 80 DD

RGB Percentages of Color #1180dd

%4.64
%34.97
%60.38

CMYK Percentages of Color #1180dd

%92
%42
%0
%13

Triadic Colors of #1180dd

#1180dd #dd1180 #80dd11

Analogous Colors of #1180dd

#1180dd #111add #11ddd4

Monochromatic Colors of #1180dd

#1180dd

Complementary Color

#1180dd #dd6e11

#1180dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1180dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1180dd Color CSS Codes

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

#1180dd Text Font Color

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

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


#1180dd Background Color

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

This div background color is #1180dd


#1180dd Border Color

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

This div border color is #1180dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1180dd


Comments

No comments written yet.

Please login to write comment.