Color Hex Logo

#1050be Color Hex

#1050BE
(16,80,190)
0 Favorites   0 Comments

Color spaces of #1050be

RGB 1680190
HSL0.610.840.40
HSV218°92°75°
CMYK 0.920.580.00   0.25
XYZ12.37669.565249.9091
Yxy9.56520.17230.1331
Hunter Lab30.927717.3086-74.0291
CIE-Lab37.050524.7639-62.7403

#1050be color RGB value is (16,80,190).

#1050be hex color red value is 16, green value is 80 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #1050be hue: 0.61 , saturation: 0.84 and the lightness value of 1050be is 0.40.

The process color (four color CMYK) of #1050be color hex is 0.92, 0.58, 0.00, 0.25. Web safe color of #1050be is #0066cc. Color #1050be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01010000 10111110
Octal 20 120 276
Decimal 16 80 190
Hex 10 50 BE

RGB Percentages of Color #1050be

%5.59
%27.97
%66.43

CMYK Percentages of Color #1050be

%92
%58
%0
%25

Triadic Colors of #1050be

#1050be #be1050 #50be10

Analogous Colors of #1050be

#1050be #2710be #10a7be

Monochromatic Colors of #1050be

#1050be

Complementary Color

#1050be #be7e10

#1050be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1050be Color Preview on White Background

Lorem ipsum dolor sit amet.

#1050be Color CSS Codes

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

#1050be Text Font Color

<p style="color:#1050be">Text here</p>

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


#1050be Background Color

<div style="background-color:#1050be">
Div content here</div>

This div background color is #1050be


#1050be Border Color

<div style="border:3px solid #1050be">
Div here</div>

This div border color is #1050be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,80,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1050be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1050be;
  -webkit-box-shadow: 1px 1px 3px 2px #1050be;
  box-shadow:         1px 1px 3px 2px #1050be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1050be


Comments

No comments written yet.

Please login to write comment.