Color Hex Logo

#017afa Color Hex

#017AFA
(1,122,250)
0 Favorites   0 Comments

Color spaces of #017afa

RGB 1122250
HSL0.590.990.49
HSV211°100°98°
CMYK 1.000.510.00   0.02
XYZ24.227420.827693.1857
Yxy20.82760.17530.1507
Hunter Lab45.637314.8949-89.1168
CIE-Lab52.760320.6439-71.3338

#017afa color RGB value is (1,122,250).

#017afa hex color red value is 1, green value is 122 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #017afa hue: 0.59 , saturation: 0.99 and the lightness value of 017afa is 0.49.

The process color (four color CMYK) of #017afa color hex is 1.00, 0.51, 0.00, 0.02. Web safe color of #017afa is #0066ff. Color #017afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111010 11111010
Octal 1 172 372
Decimal 1 122 250
Hex 1 7A FA

RGB Percentages of Color #017afa

%0.27
%32.71
%67.02

CMYK Percentages of Color #017afa

%100
%51
%0
%2

Triadic Colors of #017afa

#017afa #fa017a #7afa01

Analogous Colors of #017afa

#017afa #0501fa #01f7fa

Monochromatic Colors of #017afa

#017afa

Complementary Color

#017afa #fa8101

#017afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#017afa Color CSS Codes

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

#017afa Text Font Color

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

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


#017afa Background Color

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

This div background color is #017afa


#017afa Border Color

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

This div border color is #017afa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,122,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 #017afa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017afa


Comments

No comments written yet.

Please login to write comment.