Color Hex Logo

#1015dd Color Hex

#1015DD
(16,21,221)
0 Favorites   0 Comments

Color spaces of #1015dd

RGB 1621221
HSL0.660.860.46
HSV239°93°87°
CMYK 0.930.900.00   0.13
XYZ13.53305.866968.8258
Yxy5.86690.15340.0665
Hunter Lab24.221757.3425-151.5171
CIE-Lab29.074266.8039-93.9293

#1015dd color RGB value is (16,21,221).

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

The process color (four color CMYK) of #1015dd color hex is 0.93, 0.90, 0.00, 0.13. Web safe color of #1015dd is #0000cc. Color #1015dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00010101 11011101
Octal 20 25 335
Decimal 16 21 221
Hex 10 15 DD

RGB Percentages of Color #1015dd

%6.20
%8.14
%85.66

CMYK Percentages of Color #1015dd

%93
%90
%0
%13

Triadic Colors of #1015dd

#1015dd #dd1015 #15dd10

Analogous Colors of #1015dd

#1015dd #7210dd #107cdd

Monochromatic Colors of #1015dd

#1015dd

Complementary Color

#1015dd #ddd810

#1015dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1015dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1015dd Color CSS Codes

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

#1015dd Text Font Color

<p style="color:#1015dd">Text here</p>

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


#1015dd Background Color

<div style="background-color:#1015dd">
Div content here</div>

This div background color is #1015dd


#1015dd Border Color

<div style="border:3px solid #1015dd">
Div here</div>

This div border color is #1015dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,21,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 #1015dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1015dd


Comments

No comments written yet.

Please login to write comment.