Color Hex Logo

#114171 Color Hex

#114171
(17,65,113)
0 Favorites   0 Comments

Color spaces of #114171

RGB 1765113
HSL0.580.740.25
HSV210°85°44°
CMYK 0.850.420.00   0.56
XYZ5.10215.092016.3367
Yxy5.09200.19230.1919
Hunter Lab22.56550.8697-27.1283
CIE-Lab26.99533.2893-32.1453

#114171 color RGB value is (17,65,113).

#114171 hex color red value is 17, green value is 65 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #114171 hue: 0.58 , saturation: 0.74 and the lightness value of 114171 is 0.25.

The process color (four color CMYK) of #114171 color hex is 0.85, 0.42, 0.00, 0.56. Web safe color of #114171 is #003366. Color #114171 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000001 01110001
Octal 21 101 161
Decimal 17 65 113
Hex 11 41 71

RGB Percentages of Color #114171

%8.72
%33.33
%57.95

CMYK Percentages of Color #114171

%85
%42
%0
%56

Triadic Colors of #114171

#114171 #711141 #417111

Analogous Colors of #114171

#114171 #111171 #117171

Monochromatic Colors of #114171

#114171

Complementary Color

#114171 #714111

#114171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114171 Color CSS Codes

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

#114171 Text Font Color

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

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


#114171 Background Color

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

This div background color is #114171


#114171 Border Color

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

This div border color is #114171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114171

#114171 Color Palettes


Comments

No comments written yet.

Please login to write comment.