Color Hex Logo

#1710ae Color Hex

#1710AE
(23,16,174)
0 Favorites   0 Comments

Color spaces of #1710ae

RGB 2316174
HSL0.670.830.37
HSV243°91°68°
CMYK 0.870.910.00   0.32
XYZ8.17863.608740.3099
Yxy3.60870.15700.0693
Hunter Lab18.996643.6056-112.5132
CIE-Lab22.333255.5120-77.5169

#1710ae color RGB value is (23,16,174).

#1710ae hex color red value is 23, green value is 16 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1710ae hue: 0.67 , saturation: 0.83 and the lightness value of 1710ae is 0.37.

The process color (four color CMYK) of #1710ae color hex is 0.87, 0.91, 0.00, 0.32. Web safe color of #1710ae is #000099. Color #1710ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00010000 10101110
Octal 27 20 256
Decimal 23 16 174
Hex 17 10 AE

RGB Percentages of Color #1710ae

%10.80
%7.51
%81.69

CMYK Percentages of Color #1710ae

%87
%91
%0
%32

Triadic Colors of #1710ae

#1710ae #ae1710 #10ae17

Analogous Colors of #1710ae

#1710ae #6610ae #1058ae

Monochromatic Colors of #1710ae

#1710ae

Complementary Color

#1710ae #a7ae10

#1710ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1710ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1710ae Color CSS Codes

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

#1710ae Text Font Color

<p style="color:#1710ae">Text here</p>

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


#1710ae Background Color

<div style="background-color:#1710ae">
Div content here</div>

This div background color is #1710ae


#1710ae Border Color

<div style="border:3px solid #1710ae">
Div here</div>

This div border color is #1710ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,16,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1710ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1710ae;
  -webkit-box-shadow: 1px 1px 3px 2px #1710ae;
  box-shadow:         1px 1px 3px 2px #1710ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,16,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1710ae


Comments

No comments written yet.

Please login to write comment.