Color Hex Logo

#107ffa Color Hex

#107FFA
(16,127,250)
0 Favorites   0 Comments

Color spaces of #107ffa

RGB 16127250
HSL0.590.960.52
HSV212°94°98°
CMYK 0.940.490.00   0.02
XYZ25.058422.191093.4051
Yxy22.19100.17820.1578
Hunter Lab47.107312.5140-84.5860
CIE-Lab54.229117.8969-68.9503

#107ffa color RGB value is (16,127,250).

#107ffa hex color red value is 16, green value is 127 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #107ffa hue: 0.59 , saturation: 0.96 and the lightness value of 107ffa is 0.52.

The process color (four color CMYK) of #107ffa color hex is 0.94, 0.49, 0.00, 0.02. Web safe color of #107ffa is #0066ff. Color #107ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111111 11111010
Octal 20 177 372
Decimal 16 127 250
Hex 10 7F FA

RGB Percentages of Color #107ffa

%4.07
%32.32
%63.61

CMYK Percentages of Color #107ffa

%94
%49
%0
%2

Triadic Colors of #107ffa

#107ffa #fa107f #7ffa10

Analogous Colors of #107ffa

#107ffa #1610fa #10f4fa

Monochromatic Colors of #107ffa

#107ffa

Complementary Color

#107ffa #fa8b10

#107ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#107ffa Color CSS Codes

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

#107ffa Text Font Color

<p style="color:#107ffa">Text here</p>

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


#107ffa Background Color

<div style="background-color:#107ffa">
Div content here</div>

This div background color is #107ffa


#107ffa Border Color

<div style="border:3px solid #107ffa">
Div here</div>

This div border color is #107ffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,127,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #107ffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #107ffa;
  -webkit-box-shadow: 1px 1px 3px 2px #107ffa;
  box-shadow:         1px 1px 3px 2px #107ffa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,127,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 #107ffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107ffa


Comments

No comments written yet.

Please login to write comment.