Color Hex Logo

#172fae Color Hex

#172FAE
(23,47,174)
0 Favorites   0 Comments

Color spaces of #172fae

RGB 2347174
HSL0.640.770.39
HSV230°87°68°
CMYK 0.870.730.00   0.32
XYZ9.00985.271240.5870
Yxy5.27120.16420.0961
Hunter Lab22.959129.8701-88.7413
CIE-Lab27.493840.5059-68.9476

#172fae color RGB value is (23,47,174).

#172fae hex color red value is 23, green value is 47 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #172fae hue: 0.64 , saturation: 0.77 and the lightness value of 172fae is 0.39.

The process color (four color CMYK) of #172fae color hex is 0.87, 0.73, 0.00, 0.32. Web safe color of #172fae is #003399. Color #172fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00101111 10101110
Octal 27 57 256
Decimal 23 47 174
Hex 17 2F AE

RGB Percentages of Color #172fae

%9.43
%19.26
%71.31

CMYK Percentages of Color #172fae

%87
%73
%0
%32

Triadic Colors of #172fae

#172fae #ae172f #2fae17

Analogous Colors of #172fae

#172fae #4b17ae #177bae

Monochromatic Colors of #172fae

#172fae

Complementary Color

#172fae #ae9617

#172fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#172fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#172fae Color CSS Codes

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

#172fae Text Font Color

<p style="color:#172fae">Text here</p>

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


#172fae Background Color

<div style="background-color:#172fae">
Div content here</div>

This div background color is #172fae


#172fae Border Color

<div style="border:3px solid #172fae">
Div here</div>

This div border color is #172fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #172fae


Comments

No comments written yet.

Please login to write comment.