Color Hex Logo

#172bbe Color Hex

#172BBE
(23,43,190)
0 Favorites   0 Comments

Color spaces of #172bbe

RGB 2343190
HSL0.650.780.42
HSV233°88°75°
CMYK 0.880.770.00   0.25
XYZ10.51155.627649.2474
Yxy5.62760.16080.0861
Hunter Lab23.722637.5791-106.4786
CIE-Lab28.452848.3936-76.8794

#172bbe color RGB value is (23,43,190).

#172bbe hex color red value is 23, green value is 43 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #172bbe hue: 0.65 , saturation: 0.78 and the lightness value of 172bbe is 0.42.

The process color (four color CMYK) of #172bbe color hex is 0.88, 0.77, 0.00, 0.25. Web safe color of #172bbe is #0033cc. Color #172bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00101011 10111110
Octal 27 53 276
Decimal 23 43 190
Hex 17 2B BE

RGB Percentages of Color #172bbe

%8.98
%16.80
%74.22

CMYK Percentages of Color #172bbe

%88
%77
%0
%25

Triadic Colors of #172bbe

#172bbe #be172b #2bbe17

Analogous Colors of #172bbe

#172bbe #5717be #177fbe

Monochromatic Colors of #172bbe

#172bbe

Complementary Color

#172bbe #beaa17

#172bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#172bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#172bbe Color CSS Codes

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

#172bbe Text Font Color

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

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


#172bbe Background Color

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

This div background color is #172bbe


#172bbe Border Color

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

This div border color is #172bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #172bbe


Comments

No comments written yet.

Please login to write comment.