Color Hex Logo

#112ddd Color Hex

#112DDD
(17,45,221)
0 Favorites   0 Comments

Color spaces of #112ddd

RGB 1745221
HSL0.640.860.47
HSV232°92°87°
CMYK 0.920.800.00   0.13
XYZ14.22077.216469.0500
Yxy7.21640.15720.0798
Hunter Lab26.863447.4820-133.5956
CIE-Lab32.294657.2725-88.5631

#112ddd color RGB value is (17,45,221).

#112ddd hex color red value is 17, green value is 45 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #112ddd hue: 0.64 , saturation: 0.86 and the lightness value of 112ddd is 0.47.

The process color (four color CMYK) of #112ddd color hex is 0.92, 0.80, 0.00, 0.13. Web safe color of #112ddd is #0033cc. Color #112ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101101 11011101
Octal 21 55 335
Decimal 17 45 221
Hex 11 2D DD

RGB Percentages of Color #112ddd

%6.01
%15.90
%78.09

CMYK Percentages of Color #112ddd

%92
%80
%0
%13

Triadic Colors of #112ddd

#112ddd #dd112d #2ddd11

Analogous Colors of #112ddd

#112ddd #5b11dd #1193dd

Monochromatic Colors of #112ddd

#112ddd

Complementary Color

#112ddd #ddc111

#112ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#112ddd Color CSS Codes

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

#112ddd Text Font Color

<p style="color:#112ddd">Text here</p>

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


#112ddd Background Color

<div style="background-color:#112ddd">
Div content here</div>

This div background color is #112ddd


#112ddd Border Color

<div style="border:3px solid #112ddd">
Div here</div>

This div border color is #112ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,45,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #112ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #112ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #112ddd;
  box-shadow:         1px 1px 3px 2px #112ddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,45,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 #112ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112ddd


Comments

No comments written yet.

Please login to write comment.