Color Hex Logo

#1190da Color Hex

#1190DA
(17,144,218)
0 Favorites   0 Comments

Color spaces of #1190da

RGB 17144218
HSL0.560.860.46
HSV202°92°85°
CMYK 0.920.340.00   0.15
XYZ22.859325.127669.9750
Yxy25.12760.19380.2130
Hunter Lab50.1274-6.3228-47.6762
CIE-Lab57.1995-4.5741-46.3873

#1190da color RGB value is (17,144,218).

#1190da hex color red value is 17, green value is 144 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #1190da hue: 0.56 , saturation: 0.86 and the lightness value of 1190da is 0.46.

The process color (four color CMYK) of #1190da color hex is 0.92, 0.34, 0.00, 0.15. Web safe color of #1190da is #0099cc. Color #1190da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10010000 11011010
Octal 21 220 332
Decimal 17 144 218
Hex 11 90 DA

RGB Percentages of Color #1190da

%4.49
%37.99
%57.52

CMYK Percentages of Color #1190da

%92
%34
%0
%15

Triadic Colors of #1190da

#1190da #da1190 #90da11

Analogous Colors of #1190da

#1190da #112cda #11dac0

Monochromatic Colors of #1190da

#1190da

Complementary Color

#1190da #da5b11

#1190da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1190da Color Preview on White Background

Lorem ipsum dolor sit amet.

#1190da Color CSS Codes

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

#1190da Text Font Color

<p style="color:#1190da">Text here</p>

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


#1190da Background Color

<div style="background-color:#1190da">
Div content here</div>

This div background color is #1190da


#1190da Border Color

<div style="border:3px solid #1190da">
Div here</div>

This div border color is #1190da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,144,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1190da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1190da;
  -webkit-box-shadow: 1px 1px 3px 2px #1190da;
  box-shadow:         1px 1px 3px 2px #1190da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,144,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1190da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1190da


Comments

No comments written yet.

Please login to write comment.