Color Hex Logo

#107cea Color Hex

#107CEA
(16,124,234)
0 Favorites   0 Comments

Color spaces of #107cea

RGB 16124234
HSL0.580.870.49
HSV210°93°92°
CMYK 0.930.470.00   0.08
XYZ22.272620.466080.6183
Yxy20.46600.18060.1659
Hunter Lab45.23948.7116-73.9895
CIE-Lab52.360013.6025-63.0723

#107cea color RGB value is (16,124,234).

#107cea hex color red value is 16, green value is 124 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #107cea hue: 0.58 , saturation: 0.87 and the lightness value of 107cea is 0.49.

The process color (four color CMYK) of #107cea color hex is 0.93, 0.47, 0.00, 0.08. Web safe color of #107cea is #0066ff. Color #107cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111100 11101010
Octal 20 174 352
Decimal 16 124 234
Hex 10 7C EA

RGB Percentages of Color #107cea

%4.28
%33.16
%62.57

CMYK Percentages of Color #107cea

%93
%47
%0
%8

Triadic Colors of #107cea

#107cea #ea107c #7cea10

Analogous Colors of #107cea

#107cea #1110ea #10e9ea

Monochromatic Colors of #107cea

#107cea

Complementary Color

#107cea #ea7e10

#107cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#107cea Color CSS Codes

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

#107cea Text Font Color

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

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


#107cea Background Color

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

This div background color is #107cea


#107cea Border Color

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

This div border color is #107cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107cea


Comments

No comments written yet.

Please login to write comment.