Color Hex Logo

#114472 Color Hex

#114472
(17,68,114)
0 Favorites   0 Comments

Color spaces of #114472

RGB 1768114
HSL0.580.740.26
HSV208°85°45°
CMYK 0.850.400.00   0.55
XYZ5.33565.468316.6939
Yxy5.46830.19400.1989
Hunter Lab23.3844-0.1945-25.9575
CIE-Lab28.02931.6667-31.1314

#114472 color RGB value is (17,68,114).

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

The process color (four color CMYK) of #114472 color hex is 0.85, 0.40, 0.00, 0.55. Web safe color of #114472 is #003366. Color #114472 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000100 01110010
Octal 21 104 162
Decimal 17 68 114
Hex 11 44 72

RGB Percentages of Color #114472

%8.54
%34.17
%57.29

CMYK Percentages of Color #114472

%85
%40
%0
%55

Triadic Colors of #114472

#114472 #721144 #447211

Analogous Colors of #114472

#114472 #111472 #117270

Monochromatic Colors of #114472

#114472

Complementary Color

#114472 #723f11

#114472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114472 Color CSS Codes

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

#114472 Text Font Color

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

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


#114472 Background Color

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

This div background color is #114472


#114472 Border Color

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

This div border color is #114472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114472


Comments

No comments written yet.

Please login to write comment.