Color Hex Logo

#14025b Color Hex

#14025B
(20,2,91)
0 Favorites   0 Comments

Color spaces of #14025b

RGB 20291
HSL0.700.960.18
HSV252°98°36°
CMYK 0.780.980.00   0.64
XYZ2.19850.94759.9645
Yxy0.94750.16770.0723
Hunter Lab9.734023.2813-53.8804
CIE-Lab8.546236.6595-47.8074

#14025b color RGB value is (20,2,91).

#14025b hex color red value is 20, green value is 2 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #14025b hue: 0.70 , saturation: 0.96 and the lightness value of 14025b is 0.18.

The process color (four color CMYK) of #14025b color hex is 0.78, 0.98, 0.00, 0.64. Web safe color of #14025b is #000066. Color #14025b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000010 01011011
Octal 24 2 133
Decimal 20 2 91
Hex 14 2 5B

RGB Percentages of Color #14025b

%17.70
%1.77
%80.53

CMYK Percentages of Color #14025b

%78
%98
%0
%64

Triadic Colors of #14025b

#14025b #5b1402 #025b14

Analogous Colors of #14025b

#14025b #41025b #021d5b

Monochromatic Colors of #14025b

#14025b

Complementary Color

#14025b #495b02

#14025b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14025b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14025b Color CSS Codes

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

#14025b Text Font Color

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

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


#14025b Background Color

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

This div background color is #14025b


#14025b Border Color

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

This div border color is #14025b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14025b


Comments

No comments written yet.

Please login to write comment.