Color Hex Logo

#1071da Color Hex

#1071DA
(16,113,218)
0 Favorites   0 Comments

Color spaces of #1071da

RGB 16113218
HSL0.590.860.46
HSV211°93°85°
CMYK 0.930.480.00   0.15
XYZ18.773716.982468.6181
Yxy16.98240.17990.1627
Hunter Lab41.20979.2014-69.8767
CIE-Lab48.237914.3009-60.7156

#1071da color RGB value is (16,113,218).

#1071da hex color red value is 16, green value is 113 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #1071da hue: 0.59 , saturation: 0.86 and the lightness value of 1071da is 0.46.

The process color (four color CMYK) of #1071da color hex is 0.93, 0.48, 0.00, 0.15. Web safe color of #1071da is #0066cc. Color #1071da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01110001 11011010
Octal 20 161 332
Decimal 16 113 218
Hex 10 71 DA

RGB Percentages of Color #1071da

%4.61
%32.56
%62.82

CMYK Percentages of Color #1071da

%93
%48
%0
%15

Triadic Colors of #1071da

#1071da #da1071 #71da10

Analogous Colors of #1071da

#1071da #1410da #10d6da

Monochromatic Colors of #1071da

#1071da

Complementary Color

#1071da #da7910

#1071da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1071da Color Preview on White Background

Lorem ipsum dolor sit amet.

#1071da Color CSS Codes

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

#1071da Text Font Color

<p style="color:#1071da">Text here</p>

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


#1071da Background Color

<div style="background-color:#1071da">
Div content here</div>

This div background color is #1071da


#1071da Border Color

<div style="border:3px solid #1071da">
Div here</div>

This div border color is #1071da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,113,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1071da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1071da;
  -webkit-box-shadow: 1px 1px 3px 2px #1071da;
  box-shadow:         1px 1px 3px 2px #1071da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1071da


Comments

No comments written yet.

Please login to write comment.