Color Hex Logo

#172feb Color Hex

#172FEB
(23,47,235)
0 Favorites   0 Comments

Color spaces of #172feb

RGB 2347235
HSL0.650.840.51
HSV233°90°92°
CMYK 0.900.800.00   0.08
XYZ16.36538.213379.3201
Yxy8.21330.15750.0791
Hunter Lab28.658951.7773-144.0378
CIE-Lab34.423260.8210-93.0214

#172feb color RGB value is (23,47,235).

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

The process color (four color CMYK) of #172feb color hex is 0.90, 0.80, 0.00, 0.08. Web safe color of #172feb is #0033ff. Color #172feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00101111 11101011
Octal 27 57 353
Decimal 23 47 235
Hex 17 2F EB

RGB Percentages of Color #172feb

%7.54
%15.41
%77.05

CMYK Percentages of Color #172feb

%90
%80
%0
%8

Triadic Colors of #172feb

#172feb #eb172f #2feb17

Analogous Colors of #172feb

#172feb #6917eb #1799eb

Monochromatic Colors of #172feb

#172feb

Complementary Color

#172feb #ebd317

#172feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#172feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#172feb Color CSS Codes

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

#172feb Text Font Color

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

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


#172feb Background Color

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

This div background color is #172feb


#172feb Border Color

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

This div border color is #172feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #172feb


Comments

No comments written yet.

Please login to write comment.