Color Hex Logo

#172ffa Color Hex

#172FFA
(23,47,250)
0 Favorites   0 Comments

Color spaces of #172ffa

RGB 2347250
HSL0.650.960.54
HSV234°91°98°
CMYK 0.910.810.00   0.02
XYZ18.62529.117391.2206
Yxy9.11730.15660.0766
Hunter Lab30.194957.2637-157.9824
CIE-Lab36.209265.3789-98.5260

#172ffa color RGB value is (23,47,250).

#172ffa hex color red value is 23, green value is 47 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #172ffa hue: 0.65 , saturation: 0.96 and the lightness value of 172ffa is 0.54.

The process color (four color CMYK) of #172ffa color hex is 0.91, 0.81, 0.00, 0.02. Web safe color of #172ffa is #0033ff. Color #172ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00101111 11111010
Octal 27 57 372
Decimal 23 47 250
Hex 17 2F FA

RGB Percentages of Color #172ffa

%7.19
%14.69
%78.13

CMYK Percentages of Color #172ffa

%91
%81
%0
%2

Triadic Colors of #172ffa

#172ffa #fa172f #2ffa17

Analogous Colors of #172ffa

#172ffa #7117fa #17a1fa

Monochromatic Colors of #172ffa

#172ffa

Complementary Color

#172ffa #fae217

#172ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#172ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#172ffa Color CSS Codes

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

#172ffa Text Font Color

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

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


#172ffa Background Color

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

This div background color is #172ffa


#172ffa Border Color

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

This div border color is #172ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #172ffa


Comments

No comments written yet.

Please login to write comment.