Color Hex Logo

#1700aa Color Hex

#1700AA
(23,0,170)
0 Favorites   0 Comments

Color spaces of #1700aa

RGB 230170
HSL0.691.000.33
HSV248°100°67°
CMYK 0.861.000.00   0.33
XYZ7.60903.084438.2245
Yxy3.08440.15550.0631
Hunter Lab17.562546.6015-116.7503
CIE-Lab20.378858.6878-78.3661

#1700aa color RGB value is (23,0,170).

#1700aa hex color red value is 23, green value is 0 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1700aa hue: 0.69 , saturation: 1.00 and the lightness value of 1700aa is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 00000000 10101010
Octal 27 0 252
Decimal 23 0 170
Hex 17 0 AA

RGB Percentages of Color #1700aa

%11.92
%0.00
%88.08

CMYK Percentages of Color #1700aa

%86
%100
%0
%33

Triadic Colors of #1700aa

#1700aa #aa1700 #00aa17

Analogous Colors of #1700aa

#1700aa #6c00aa #003eaa

Monochromatic Colors of #1700aa

#1700aa

Complementary Color

#1700aa #93aa00

#1700aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1700aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1700aa Color CSS Codes

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

#1700aa Text Font Color

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

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


#1700aa Background Color

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

This div background color is #1700aa


#1700aa Border Color

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

This div border color is #1700aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1700aa


Comments

No comments written yet.

Please login to write comment.