Color Hex Logo

#14085c Color Hex

#14085C
(20,8,92)
0 Favorites   0 Comments

Color spaces of #14085c

RGB 20892
HSL0.690.840.20
HSV249°91°36°
CMYK 0.780.910.00   0.64
XYZ2.30711.095110.2150
Yxy1.09510.16940.0804
Hunter Lab10.464721.0398-50.5500
CIE-Lab9.759833.7366-46.4640

#14085c color RGB value is (20,8,92).

#14085c hex color red value is 20, green value is 8 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #14085c hue: 0.69 , saturation: 0.84 and the lightness value of 14085c is 0.20.

The process color (four color CMYK) of #14085c color hex is 0.78, 0.91, 0.00, 0.64. Web safe color of #14085c is #000066. Color #14085c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001000 01011100
Octal 24 10 134
Decimal 20 8 92
Hex 14 8 5C

RGB Percentages of Color #14085c

%16.67
%6.67
%76.67

CMYK Percentages of Color #14085c

%78
%91
%0
%64

Triadic Colors of #14085c

#14085c #5c1408 #085c14

Analogous Colors of #14085c

#14085c #3e085c #08265c

Monochromatic Colors of #14085c

#14085c

Complementary Color

#14085c #505c08

#14085c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14085c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14085c Color CSS Codes

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

#14085c Text Font Color

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

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


#14085c Background Color

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

This div background color is #14085c


#14085c Border Color

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

This div border color is #14085c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,8,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14085c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14085c;
  -webkit-box-shadow: 1px 1px 3px 2px #14085c;
  box-shadow:         1px 1px 3px 2px #14085c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14085c


Comments

No comments written yet.

Please login to write comment.