Color Hex Logo

#1417aa Color Hex

#1417AA
(20,23,170)
0 Favorites   0 Comments

Color spaces of #1417aa

RGB 2023170
HSL0.660.790.37
HSV239°88°67°
CMYK 0.880.860.00   0.33
XYZ7.85063.663838.3236
Yxy3.66380.15750.0735
Hunter Lab19.141139.7140-105.3098
CIE-Lab22.527351.6840-74.7836

#1417aa color RGB value is (20,23,170).

#1417aa hex color red value is 20, green value is 23 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1417aa hue: 0.66 , saturation: 0.79 and the lightness value of 1417aa is 0.37.

The process color (four color CMYK) of #1417aa color hex is 0.88, 0.86, 0.00, 0.33. Web safe color of #1417aa is #000099. Color #1417aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010111 10101010
Octal 24 27 252
Decimal 20 23 170
Hex 14 17 AA

RGB Percentages of Color #1417aa

%9.39
%10.80
%79.81

CMYK Percentages of Color #1417aa

%88
%86
%0
%33

Triadic Colors of #1417aa

#1417aa #aa1417 #17aa14

Analogous Colors of #1417aa

#1417aa #5c14aa #1462aa

Monochromatic Colors of #1417aa

#1417aa

Complementary Color

#1417aa #aaa714

#1417aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1417aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1417aa Color CSS Codes

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

#1417aa Text Font Color

<p style="color:#1417aa">Text here</p>

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


#1417aa Background Color

<div style="background-color:#1417aa">
Div content here</div>

This div background color is #1417aa


#1417aa Border Color

<div style="border:3px solid #1417aa">
Div here</div>

This div border color is #1417aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,23,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1417aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1417aa;
  -webkit-box-shadow: 1px 1px 3px 2px #1417aa;
  box-shadow:         1px 1px 3px 2px #1417aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,23,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 #1417aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1417aa


Comments

No comments written yet.

Please login to write comment.