Color Hex Logo

#107fd5 Color Hex

#107FD5
(16,127,213)
0 Favorites   0 Comments

Color spaces of #107fd5

RGB 16127213
HSL0.570.860.45
HSV206°92°84°
CMYK 0.920.400.00   0.16
XYZ19.813320.093065.7849
Yxy20.09300.18750.1901
Hunter Lab44.82520.4551-55.6356
CIE-Lab51.94223.6126-51.9356

#107fd5 color RGB value is (16,127,213).

#107fd5 hex color red value is 16, green value is 127 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #107fd5 hue: 0.57 , saturation: 0.86 and the lightness value of 107fd5 is 0.45.

The process color (four color CMYK) of #107fd5 color hex is 0.92, 0.40, 0.00, 0.16. Web safe color of #107fd5 is #0066cc. Color #107fd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111111 11010101
Octal 20 177 325
Decimal 16 127 213
Hex 10 7F D5

RGB Percentages of Color #107fd5

%4.49
%35.67
%59.83

CMYK Percentages of Color #107fd5

%92
%40
%0
%16

Triadic Colors of #107fd5

#107fd5 #d5107f #7fd510

Analogous Colors of #107fd5

#107fd5 #101dd5 #10d5c9

Monochromatic Colors of #107fd5

#107fd5

Complementary Color

#107fd5 #d56610

#107fd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107fd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#107fd5 Color CSS Codes

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

#107fd5 Text Font Color

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

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


#107fd5 Background Color

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

This div background color is #107fd5


#107fd5 Border Color

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

This div border color is #107fd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107fd5


Comments

No comments written yet.

Please login to write comment.