Color Hex Logo

#112caf Color Hex

#112CAF
(17,44,175)
0 Favorites   0 Comments

Color spaces of #112caf

RGB 1744175
HSL0.640.820.38
HSV230°90°69°
CMYK 0.900.750.00   0.31
XYZ8.86975.015741.0581
Yxy5.01570.16140.0913
Hunter Lab22.395831.5012-93.0192
CIE-Lab26.779442.3974-70.7340

#112caf color RGB value is (17,44,175).

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

The process color (four color CMYK) of #112caf color hex is 0.90, 0.75, 0.00, 0.31. Web safe color of #112caf is #003399. Color #112caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101100 10101111
Octal 21 54 257
Decimal 17 44 175
Hex 11 2C AF

RGB Percentages of Color #112caf

%7.20
%18.64
%74.15

CMYK Percentages of Color #112caf

%90
%75
%0
%31

Triadic Colors of #112caf

#112caf #af112c #2caf11

Analogous Colors of #112caf

#112caf #4511af #117baf

Monochromatic Colors of #112caf

#112caf

Complementary Color

#112caf #af9411

#112caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#112caf Color CSS Codes

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

#112caf Text Font Color

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

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


#112caf Background Color

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

This div background color is #112caf


#112caf Border Color

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

This div border color is #112caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,44,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112caf


Comments

No comments written yet.

Please login to write comment.