Color Hex Logo

#1422ab Color Hex

#1422AB
(20,34,171)
0 Favorites   0 Comments

Color spaces of #1422ab

RGB 2034171
HSL0.650.790.37
HSV234°88°67°
CMYK 0.880.800.00   0.33
XYZ8.21124.233138.9124
Yxy4.23310.15990.0824
Hunter Lab20.574535.2333-97.7326
CIE-Lab24.427646.7775-72.2268

#1422ab color RGB value is (20,34,171).

#1422ab hex color red value is 20, green value is 34 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1422ab hue: 0.65 , saturation: 0.79 and the lightness value of 1422ab is 0.37.

The process color (four color CMYK) of #1422ab color hex is 0.88, 0.80, 0.00, 0.33. Web safe color of #1422ab is #003399. Color #1422ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100010 10101011
Octal 24 42 253
Decimal 20 34 171
Hex 14 22 AB

RGB Percentages of Color #1422ab

%8.89
%15.11
%76.00

CMYK Percentages of Color #1422ab

%88
%80
%0
%33

Triadic Colors of #1422ab

#1422ab #ab1422 #22ab14

Analogous Colors of #1422ab

#1422ab #5214ab #146eab

Monochromatic Colors of #1422ab

#1422ab

Complementary Color

#1422ab #ab9d14

#1422ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1422ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1422ab Color CSS Codes

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

#1422ab Text Font Color

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

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


#1422ab Background Color

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

This div background color is #1422ab


#1422ab Border Color

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

This div border color is #1422ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,34,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1422ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1422ab;
  -webkit-box-shadow: 1px 1px 3px 2px #1422ab;
  box-shadow:         1px 1px 3px 2px #1422ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1422ab


Comments

No comments written yet.

Please login to write comment.