Color Hex Logo

#106fca Color Hex

#106FCA
(16,111,202)
0 Favorites   0 Comments

Color spaces of #106fca

RGB 16111202
HSL0.580.850.43
HSV209°92°79°
CMYK 0.920.450.00   0.21
XYZ16.558815.743358.0431
Yxy15.74330.18330.1743
Hunter Lab39.67785.0574-58.9585
CIE-Lab46.63599.2722-54.1732

#106fca color RGB value is (16,111,202).

#106fca hex color red value is 16, green value is 111 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #106fca hue: 0.58 , saturation: 0.85 and the lightness value of 106fca is 0.43.

The process color (four color CMYK) of #106fca color hex is 0.92, 0.45, 0.00, 0.21. Web safe color of #106fca is #0066cc. Color #106fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101111 11001010
Octal 20 157 312
Decimal 16 111 202
Hex 10 6F CA

RGB Percentages of Color #106fca

%4.86
%33.74
%61.40

CMYK Percentages of Color #106fca

%92
%45
%0
%21

Triadic Colors of #106fca

#106fca #ca106f #6fca10

Analogous Colors of #106fca

#106fca #1012ca #10cac8

Monochromatic Colors of #106fca

#106fca

Complementary Color

#106fca #ca6b10

#106fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#106fca Color CSS Codes

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

#106fca Text Font Color

<p style="color:#106fca">Text here</p>

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


#106fca Background Color

<div style="background-color:#106fca">
Div content here</div>

This div background color is #106fca


#106fca Border Color

<div style="border:3px solid #106fca">
Div here</div>

This div border color is #106fca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,111,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #106fca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #106fca;
  -webkit-box-shadow: 1px 1px 3px 2px #106fca;
  box-shadow:         1px 1px 3px 2px #106fca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106fca


Comments

No comments written yet.

Please login to write comment.