Color Hex Logo

#112ace Color Hex

#112ACE
(17,42,206)
0 Favorites   0 Comments

Color spaces of #112ace

RGB 1742206
HSL0.640.850.44
HSV232°92°81°
CMYK 0.920.800.00   0.19
XYZ12.19976.231358.9523
Yxy6.23130.15770.0805
Hunter Lab24.962643.5520-122.5471
CIE-Lab29.988753.9895-83.7177

#112ace color RGB value is (17,42,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101010 11001110
Octal 21 52 316
Decimal 17 42 206
Hex 11 2A CE

RGB Percentages of Color #112ace

%6.42
%15.85
%77.74

CMYK Percentages of Color #112ace

%92
%80
%0
%19

Triadic Colors of #112ace

#112ace #ce112a #2ace11

Analogous Colors of #112ace

#112ace #5611ce #1189ce

Monochromatic Colors of #112ace

#112ace

Complementary Color

#112ace #ceb511

#112ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#112ace Color CSS Codes

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

#112ace Text Font Color

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

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


#112ace Background Color

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

This div background color is #112ace


#112ace Border Color

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

This div border color is #112ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112ace


Comments

No comments written yet.

Please login to write comment.