Color Hex Logo

#112aca Color Hex

#112ACA
(17,42,202)
0 Favorites   0 Comments

Color spaces of #112aca

RGB 1742202
HSL0.640.840.43
HSV232°92°79°
CMYK 0.920.790.00   0.21
XYZ11.71986.039456.4251
Yxy6.03940.15800.0814
Hunter Lab24.575242.1193-118.9283
CIE-Lab29.511752.6942-82.1767

#112aca color RGB value is (17,42,202).

#112aca hex color red value is 17, green value is 42 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #112aca hue: 0.64 , saturation: 0.84 and the lightness value of 112aca is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101010 11001010
Octal 21 52 312
Decimal 17 42 202
Hex 11 2A CA

RGB Percentages of Color #112aca

%6.51
%16.09
%77.39

CMYK Percentages of Color #112aca

%92
%79
%0
%21

Triadic Colors of #112aca

#112aca #ca112a #2aca11

Analogous Colors of #112aca

#112aca #5511ca #1187ca

Monochromatic Colors of #112aca

#112aca

Complementary Color

#112aca #cab111

#112aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#112aca Color CSS Codes

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

#112aca Text Font Color

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

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


#112aca Background Color

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

This div background color is #112aca


#112aca Border Color

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

This div border color is #112aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112aca


Comments

No comments written yet.

Please login to write comment.