Color Hex Logo

#103cdd Color Hex

#103CDD
(16,60,221)
0 Favorites   0 Comments

Color spaces of #103cdd

RGB 1660221
HSL0.630.860.46
HSV227°93°87°
CMYK 0.930.730.00   0.13
XYZ14.88078.562369.2750
Yxy8.56230.16050.0923
Hunter Lab29.261439.5676-119.8833
CIE-Lab35.127549.1059-83.8651

#103cdd color RGB value is (16,60,221).

#103cdd hex color red value is 16, green value is 60 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #103cdd hue: 0.63 , saturation: 0.86 and the lightness value of 103cdd is 0.46.

The process color (four color CMYK) of #103cdd color hex is 0.93, 0.73, 0.00, 0.13. Web safe color of #103cdd is #0033cc. Color #103cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00111100 11011101
Octal 20 74 335
Decimal 16 60 221
Hex 10 3C DD

RGB Percentages of Color #103cdd

%5.39
%20.20
%74.41

CMYK Percentages of Color #103cdd

%93
%73
%0
%13

Triadic Colors of #103cdd

#103cdd #dd103c #3cdd10

Analogous Colors of #103cdd

#103cdd #4a10dd #10a3dd

Monochromatic Colors of #103cdd

#103cdd

Complementary Color

#103cdd #ddb110

#103cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#103cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#103cdd Color CSS Codes

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

#103cdd Text Font Color

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

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


#103cdd Background Color

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

This div background color is #103cdd


#103cdd Border Color

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

This div border color is #103cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #103cdd


Comments

No comments written yet.

Please login to write comment.