Color Hex Logo

#114762 Color Hex

#114762
(17,71,98)
0 Favorites   0 Comments

Color spaces of #114762

RGB 177198
HSL0.560.700.23
HSV200°83°38°
CMYK 0.830.280.00   0.62
XYZ4.68905.507512.3712
Yxy5.50750.20780.2440
Hunter Lab23.4681-5.4042-14.8271
CIE-Lab28.1343-6.8546-20.7744

#114762 color RGB value is (17,71,98).

#114762 hex color red value is 17, green value is 71 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #114762 hue: 0.56 , saturation: 0.70 and the lightness value of 114762 is 0.23.

The process color (four color CMYK) of #114762 color hex is 0.83, 0.28, 0.00, 0.62. Web safe color of #114762 is #003366. Color #114762 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000111 01100010
Octal 21 107 142
Decimal 17 71 98
Hex 11 47 62

RGB Percentages of Color #114762

%9.14
%38.17
%52.69

CMYK Percentages of Color #114762

%83
%28
%0
%62

Triadic Colors of #114762

#114762 #621147 #476211

Analogous Colors of #114762

#114762 #111e62 #116255

Monochromatic Colors of #114762

#114762

Complementary Color

#114762 #622c11

#114762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114762 Color CSS Codes

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

#114762 Text Font Color

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

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


#114762 Background Color

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

This div background color is #114762


#114762 Border Color

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

This div border color is #114762


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,71,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #114762; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #114762;
  -webkit-box-shadow: 1px 1px 3px 2px #114762;
  box-shadow:         1px 1px 3px 2px #114762; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114762


Comments

No comments written yet.

Please login to write comment.