Color Hex Logo

#1053dd Color Hex

#1053DD
(16,83,221)
0 Favorites   0 Comments

Color spaces of #1053dd

RGB 1683221
HSL0.610.860.46
HSV220°93°87°
CMYK 0.930.620.00   0.13
XYZ16.358111.517169.7675
Yxy11.51710.16750.1180
Hunter Lab33.936926.6503-98.1328
CIE-Lab40.438134.8540-75.1156

#1053dd color RGB value is (16,83,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01010011 11011101
Octal 20 123 335
Decimal 16 83 221
Hex 10 53 DD

RGB Percentages of Color #1053dd

%5.00
%25.94
%69.06

CMYK Percentages of Color #1053dd

%93
%62
%0
%13

Triadic Colors of #1053dd

#1053dd #dd1053 #53dd10

Analogous Colors of #1053dd

#1053dd #3410dd #10badd

Monochromatic Colors of #1053dd

#1053dd

Complementary Color

#1053dd #dd9a10

#1053dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1053dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1053dd Color CSS Codes

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

#1053dd Text Font Color

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

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


#1053dd Background Color

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

This div background color is #1053dd


#1053dd Border Color

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

This div border color is #1053dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1053dd


Comments

No comments written yet.

Please login to write comment.