Color Hex Logo

#103ea5 Color Hex

#103EA5
(16,62,165)
0 Favorites   0 Comments

Color spaces of #103ea5

RGB 1662165
HSL0.620.820.35
HSV221°90°65°
CMYK 0.900.620.00   0.35
XYZ8.72786.272036.3479
Yxy6.27200.17000.1221
Hunter Lab25.044018.3802-68.5206
CIE-Lab30.088626.9179-59.2774

#103ea5 color RGB value is (16,62,165).

#103ea5 hex color red value is 16, green value is 62 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #103ea5 hue: 0.62 , saturation: 0.82 and the lightness value of 103ea5 is 0.35.

The process color (four color CMYK) of #103ea5 color hex is 0.90, 0.62, 0.00, 0.35. Web safe color of #103ea5 is #003399. Color #103ea5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00111110 10100101
Octal 20 76 245
Decimal 16 62 165
Hex 10 3E A5

RGB Percentages of Color #103ea5

%6.58
%25.51
%67.90

CMYK Percentages of Color #103ea5

%90
%62
%0
%35

Triadic Colors of #103ea5

#103ea5 #a5103e #3ea510

Analogous Colors of #103ea5

#103ea5 #2c10a5 #1089a5

Monochromatic Colors of #103ea5

#103ea5

Complementary Color

#103ea5 #a57710

#103ea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#103ea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#103ea5 Color CSS Codes

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

#103ea5 Text Font Color

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

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


#103ea5 Background Color

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

This div background color is #103ea5


#103ea5 Border Color

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

This div border color is #103ea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #103ea5


Comments

No comments written yet.

Please login to write comment.