Color Hex Logo

#112cdd Color Hex

#112CDD
(17,44,221)
0 Favorites   0 Comments

Color spaces of #112cdd

RGB 1744221
HSL0.640.860.47
HSV232°92°87°
CMYK 0.920.800.00   0.13
XYZ14.18307.141069.0374
Yxy7.14100.15700.0790
Hunter Lab26.722647.9739-134.4686
CIE-Lab32.125857.7652-88.8436

#112cdd color RGB value is (17,44,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101100 11011101
Octal 21 54 335
Decimal 17 44 221
Hex 11 2C DD

RGB Percentages of Color #112cdd

%6.03
%15.60
%78.37

CMYK Percentages of Color #112cdd

%92
%80
%0
%13

Triadic Colors of #112cdd

#112cdd #dd112c #2cdd11

Analogous Colors of #112cdd

#112cdd #5c11dd #1192dd

Monochromatic Colors of #112cdd

#112cdd

Complementary Color

#112cdd #ddc211

#112cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#112cdd Color CSS Codes

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

#112cdd Text Font Color

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

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


#112cdd Background Color

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

This div background color is #112cdd


#112cdd Border Color

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

This div border color is #112cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112cdd


Comments

No comments written yet.

Please login to write comment.