Color Hex Logo

#114876 Color Hex

#114876
(17,72,118)
0 Favorites   0 Comments

Color spaces of #114876

RGB 1772118
HSL0.580.750.26
HSV207°86°46°
CMYK 0.860.390.00   0.54
XYZ5.81856.061918.0029
Yxy6.06190.19470.2029
Hunter Lab24.6209-0.9029-26.1184
CIE-Lab29.56810.6438-31.2061

#114876 color RGB value is (17,72,118).

#114876 hex color red value is 17, green value is 72 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #114876 hue: 0.58 , saturation: 0.75 and the lightness value of 114876 is 0.26.

The process color (four color CMYK) of #114876 color hex is 0.86, 0.39, 0.00, 0.54. Web safe color of #114876 is #003366. Color #114876 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001000 01110110
Octal 21 110 166
Decimal 17 72 118
Hex 11 48 76

RGB Percentages of Color #114876

%8.21
%34.78
%57.00

CMYK Percentages of Color #114876

%86
%39
%0
%54

Triadic Colors of #114876

#114876 #761148 #487611

Analogous Colors of #114876

#114876 #111576 #117672

Monochromatic Colors of #114876

#114876

Complementary Color

#114876 #763f11

#114876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114876 Color CSS Codes

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

#114876 Text Font Color

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

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


#114876 Background Color

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

This div background color is #114876


#114876 Border Color

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

This div border color is #114876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114876


Comments

No comments written yet.

Please login to write comment.