Color Hex Logo

#017fa3 Color Hex

#017FA3
(1,127,163)
0 Favorites   0 Comments

Color spaces of #017fa3

RGB 1127163
HSL0.540.990.32
HSV193°99°64°
CMYK 0.990.220.00   0.36
XYZ14.212717.829537.3427
Yxy17.82950.20480.2570
Hunter Lab42.2250-13.8116-22.8771
CIE-Lab49.2887-16.0277-27.4281

#017fa3 color RGB value is (1,127,163).

#017fa3 hex color red value is 1, green value is 127 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #017fa3 hue: 0.54 , saturation: 0.99 and the lightness value of 017fa3 is 0.32.

The process color (four color CMYK) of #017fa3 color hex is 0.99, 0.22, 0.00, 0.36. Web safe color of #017fa3 is #006699. Color #017fa3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111111 10100011
Octal 1 177 243
Decimal 1 127 163
Hex 1 7F A3

RGB Percentages of Color #017fa3

%0.34
%43.64
%56.01

CMYK Percentages of Color #017fa3

%99
%22
%0
%36

Triadic Colors of #017fa3

#017fa3 #a3017f #7fa301

Analogous Colors of #017fa3

#017fa3 #012ea3 #01a376

Monochromatic Colors of #017fa3

#017fa3

Complementary Color

#017fa3 #a32501

#017fa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017fa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#017fa3 Color CSS Codes

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

#017fa3 Text Font Color

<p style="color:#017fa3">Text here</p>

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


#017fa3 Background Color

<div style="background-color:#017fa3">
Div content here</div>

This div background color is #017fa3


#017fa3 Border Color

<div style="border:3px solid #017fa3">
Div here</div>

This div border color is #017fa3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,127,163, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #017fa3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #017fa3;
  -webkit-box-shadow: 1px 1px 3px 2px #017fa3;
  box-shadow:         1px 1px 3px 2px #017fa3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017fa3


Comments

No comments written yet.

Please login to write comment.