Color Hex Logo

#110eaa Color Hex

#110EAA
(17,14,170)
0 Favorites   0 Comments

Color spaces of #110eaa

RGB 1714170
HSL0.670.850.36
HSV241°92°67°
CMYK 0.900.920.00   0.33
XYZ7.64393.335538.2712
Yxy3.33550.15520.0677
Hunter Lab18.263442.7481-111.4590
CIE-Lab21.340354.8722-76.7657

#110eaa color RGB value is (17,14,170).

#110eaa hex color red value is 17, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #110eaa hue: 0.67 , saturation: 0.85 and the lightness value of 110eaa is 0.36.

The process color (four color CMYK) of #110eaa color hex is 0.90, 0.92, 0.00, 0.33. Web safe color of #110eaa is #000099. Color #110eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00001110 10101010
Octal 21 16 252
Decimal 17 14 170
Hex 11 E AA

RGB Percentages of Color #110eaa

%8.46
%6.97
%84.58

CMYK Percentages of Color #110eaa

%90
%92
%0
%33

Triadic Colors of #110eaa

#110eaa #aa110e #0eaa11

Analogous Colors of #110eaa

#110eaa #5f0eaa #0e59aa

Monochromatic Colors of #110eaa

#110eaa

Complementary Color

#110eaa #a7aa0e

#110eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#110eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#110eaa Color CSS Codes

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

#110eaa Text Font Color

<p style="color:#110eaa">Text here</p>

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


#110eaa Background Color

<div style="background-color:#110eaa">
Div content here</div>

This div background color is #110eaa


#110eaa Border Color

<div style="border:3px solid #110eaa">
Div here</div>

This div border color is #110eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,14,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #110eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #110eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #110eaa;
  box-shadow:         1px 1px 3px 2px #110eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #110eaa


Comments

No comments written yet.

Please login to write comment.