Color Hex Logo

#1189ed Color Hex

#1189ED
(17,137,237)
0 Favorites   0 Comments

Color spaces of #1189ed

RGB 17137237
HSL0.580.870.50
HSV207°93°93°
CMYK 0.930.420.00   0.07
XYZ24.462924.124983.4880
Yxy24.12490.18520.1827
Hunter Lab49.11712.9474-66.3977
CIE-Lab56.21266.7870-58.5518

#1189ed color RGB value is (17,137,237).

#1189ed hex color red value is 17, green value is 137 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #1189ed hue: 0.58 , saturation: 0.87 and the lightness value of 1189ed is 0.50.

The process color (four color CMYK) of #1189ed color hex is 0.93, 0.42, 0.00, 0.07. Web safe color of #1189ed is #0099ff. Color #1189ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001001 11101101
Octal 21 211 355
Decimal 17 137 237
Hex 11 89 ED

RGB Percentages of Color #1189ed

%4.35
%35.04
%60.61

CMYK Percentages of Color #1189ed

%93
%42
%0
%7

Triadic Colors of #1189ed

#1189ed #ed1189 #89ed11

Analogous Colors of #1189ed

#1189ed #111bed #11ede3

Monochromatic Colors of #1189ed

#1189ed

Complementary Color

#1189ed #ed7511

#1189ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1189ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1189ed Color CSS Codes

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

#1189ed Text Font Color

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

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


#1189ed Background Color

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

This div background color is #1189ed


#1189ed Border Color

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

This div border color is #1189ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1189ed


Comments

No comments written yet.

Please login to write comment.