Color Hex Logo

#1189df Color Hex

#1189DF
(17,137,223)
0 Favorites   0 Comments

Color spaces of #1189df

RGB 17137223
HSL0.570.860.47
HSV205°92°87°
CMYK 0.920.390.00   0.13
XYZ22.496123.338273.1311
Yxy23.33820.18910.1962
Hunter Lab48.3096-1.4207-55.9364
CIE-Lab55.41901.4450-52.0140

#1189df color RGB value is (17,137,223).

#1189df hex color red value is 17, green value is 137 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1189df hue: 0.57 , saturation: 0.86 and the lightness value of 1189df is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001001 11011111
Octal 21 211 337
Decimal 17 137 223
Hex 11 89 DF

RGB Percentages of Color #1189df

%4.51
%36.34
%59.15

CMYK Percentages of Color #1189df

%92
%39
%0
%13

Triadic Colors of #1189df

#1189df #df1189 #89df11

Analogous Colors of #1189df

#1189df #1122df #11dfce

Monochromatic Colors of #1189df

#1189df

Complementary Color

#1189df #df6711

#1189df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1189df Color Preview on White Background

Lorem ipsum dolor sit amet.

#1189df Color CSS Codes

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

#1189df Text Font Color

<p style="color:#1189df">Text here</p>

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


#1189df Background Color

<div style="background-color:#1189df">
Div content here</div>

This div background color is #1189df


#1189df Border Color

<div style="border:3px solid #1189df">
Div here</div>

This div border color is #1189df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,137,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1189df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1189df;
  -webkit-box-shadow: 1px 1px 3px 2px #1189df;
  box-shadow:         1px 1px 3px 2px #1189df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1189df


Comments

No comments written yet.

Please login to write comment.