Color Hex Logo

#14255f Color Hex

#14255F
(20,37,95)
0 Favorites   0 Comments

Color spaces of #14255f

RGB 203795
HSL0.630.650.23
HSV226°79°37°
CMYK 0.790.610.00   0.63
XYZ3.01562.298111.1111
Yxy2.29810.18360.1399
Hunter Lab15.15958.9790-32.8448
CIE-Lab16.979816.1340-36.5990

#14255f color RGB value is (20,37,95).

#14255f hex color red value is 20, green value is 37 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #14255f hue: 0.63 , saturation: 0.65 and the lightness value of 14255f is 0.23.

The process color (four color CMYK) of #14255f color hex is 0.79, 0.61, 0.00, 0.63. Web safe color of #14255f is #003366. Color #14255f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100101 01011111
Octal 24 45 137
Decimal 20 37 95
Hex 14 25 5F

RGB Percentages of Color #14255f

%13.16
%24.34
%62.50

CMYK Percentages of Color #14255f

%79
%61
%0
%63

Triadic Colors of #14255f

#14255f #5f1425 #255f14

Analogous Colors of #14255f

#14255f #29145f #144b5f

Monochromatic Colors of #14255f

#14255f

Complementary Color

#14255f #5f4e14

#14255f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14255f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14255f Color CSS Codes

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

#14255f Text Font Color

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

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


#14255f Background Color

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

This div background color is #14255f


#14255f Border Color

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

This div border color is #14255f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,37,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14255f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14255f;
  -webkit-box-shadow: 1px 1px 3px 2px #14255f;
  box-shadow:         1px 1px 3px 2px #14255f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14255f


Comments

No comments written yet.

Please login to write comment.