Color Hex Logo

#0171d8 Color Hex

#0171D8
(1,113,216)
0 Favorites   0 Comments

Color spaces of #0171d8

RGB 1113216
HSL0.580.990.43
HSV209°100°85°
CMYK 1.000.480.00   0.15
XYZ18.312316.774667.2384
Yxy16.77460.17900.1639
Hunter Lab40.95688.1352-68.6661
CIE-Lab47.974813.0296-60.0122

#0171d8 color RGB value is (1,113,216).

#0171d8 hex color red value is 1, green value is 113 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #0171d8 hue: 0.58 , saturation: 0.99 and the lightness value of 0171d8 is 0.43.

The process color (four color CMYK) of #0171d8 color hex is 1.00, 0.48, 0.00, 0.15. Web safe color of #0171d8 is #0066cc. Color #0171d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110001 11011000
Octal 1 161 330
Decimal 1 113 216
Hex 1 71 D8

RGB Percentages of Color #0171d8

%0.30
%34.24
%65.45

CMYK Percentages of Color #0171d8

%100
%48
%0
%15

Triadic Colors of #0171d8

#0171d8 #d80171 #71d801

Analogous Colors of #0171d8

#0171d8 #0106d8 #01d8d4

Monochromatic Colors of #0171d8

#0171d8

Complementary Color

#0171d8 #d86801

#0171d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0171d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0171d8 Color CSS Codes

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

#0171d8 Text Font Color

<p style="color:#0171d8">Text here</p>

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


#0171d8 Background Color

<div style="background-color:#0171d8">
Div content here</div>

This div background color is #0171d8


#0171d8 Border Color

<div style="border:3px solid #0171d8">
Div here</div>

This div border color is #0171d8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,113,216, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0171d8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0171d8;
  -webkit-box-shadow: 1px 1px 3px 2px #0171d8;
  box-shadow:         1px 1px 3px 2px #0171d8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,113,216, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0171d8


Comments

No comments written yet.

Please login to write comment.