Color Hex Logo

#103abd Color Hex

#103ABD
(16,58,189)
0 Favorites   0 Comments

Color spaces of #103abd

RGB 1658189
HSL0.630.840.40
HSV225°92°74°
CMYK 0.920.690.00   0.26
XYZ10.91206.810448.8835
Yxy6.81040.16380.1022
Hunter Lab26.096728.9681-92.7922
CIE-Lab31.371338.8239-71.4684

#103abd color RGB value is (16,58,189).

#103abd hex color red value is 16, green value is 58 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #103abd hue: 0.63 , saturation: 0.84 and the lightness value of 103abd is 0.40.

The process color (four color CMYK) of #103abd color hex is 0.92, 0.69, 0.00, 0.26. Web safe color of #103abd is #0033cc. Color #103abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00111010 10111101
Octal 20 72 275
Decimal 16 58 189
Hex 10 3A BD

RGB Percentages of Color #103abd

%6.08
%22.05
%71.86

CMYK Percentages of Color #103abd

%92
%69
%0
%26

Triadic Colors of #103abd

#103abd #bd103a #3abd10

Analogous Colors of #103abd

#103abd #3d10bd #1091bd

Monochromatic Colors of #103abd

#103abd

Complementary Color

#103abd #bd9310

#103abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#103abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#103abd Color CSS Codes

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

#103abd Text Font Color

<p style="color:#103abd">Text here</p>

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


#103abd Background Color

<div style="background-color:#103abd">
Div content here</div>

This div background color is #103abd


#103abd Border Color

<div style="border:3px solid #103abd">
Div here</div>

This div border color is #103abd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,58,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #103abd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #103abd;
  -webkit-box-shadow: 1px 1px 3px 2px #103abd;
  box-shadow:         1px 1px 3px 2px #103abd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #103abd


Comments

No comments written yet.

Please login to write comment.