Color Hex Logo

#14176b Color Hex

#14176B
(20,23,107)
0 Favorites   0 Comments

Color spaces of #14176b

RGB 2023107
HSL0.660.690.25
HSV238°81°42°
CMYK 0.810.790.00   0.58
XYZ3.24871.823114.0906
Yxy1.82310.16950.0951
Hunter Lab13.502219.3191-52.4221
CIE-Lab14.530130.6706-48.5245

#14176b color RGB value is (20,23,107).

#14176b hex color red value is 20, green value is 23 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #14176b hue: 0.66 , saturation: 0.69 and the lightness value of 14176b is 0.25.

The process color (four color CMYK) of #14176b color hex is 0.81, 0.79, 0.00, 0.58. Web safe color of #14176b is #000066. Color #14176b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010111 01101011
Octal 24 27 153
Decimal 20 23 107
Hex 14 17 6B

RGB Percentages of Color #14176b

%13.33
%15.33
%71.33

CMYK Percentages of Color #14176b

%81
%79
%0
%58

Triadic Colors of #14176b

#14176b #6b1417 #176b14

Analogous Colors of #14176b

#14176b #3c146b #14436b

Monochromatic Colors of #14176b

#14176b

Complementary Color

#14176b #6b6814

#14176b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14176b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14176b Color CSS Codes

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

#14176b Text Font Color

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

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


#14176b Background Color

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

This div background color is #14176b


#14176b Border Color

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

This div border color is #14176b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,23,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14176b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14176b;
  -webkit-box-shadow: 1px 1px 3px 2px #14176b;
  box-shadow:         1px 1px 3px 2px #14176b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,23,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14176b


Comments

No comments written yet.

Please login to write comment.