Color Hex Logo

#1423ab Color Hex

#1423AB
(20,35,171)
0 Favorites   0 Comments

Color spaces of #1423ab

RGB 2035171
HSL0.650.790.37
HSV234°88°67°
CMYK 0.880.800.00   0.33
XYZ8.24024.291138.9220
Yxy4.29110.16010.0834
Hunter Lab20.715034.7542-96.9013
CIE-Lab24.611446.2451-71.9216

#1423ab color RGB value is (20,35,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100011 10101011
Octal 24 43 253
Decimal 20 35 171
Hex 14 23 AB

RGB Percentages of Color #1423ab

%8.85
%15.49
%75.66

CMYK Percentages of Color #1423ab

%88
%80
%0
%33

Triadic Colors of #1423ab

#1423ab #ab1423 #23ab14

Analogous Colors of #1423ab

#1423ab #5114ab #146fab

Monochromatic Colors of #1423ab

#1423ab

Complementary Color

#1423ab #ab9c14

#1423ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1423ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1423ab Color CSS Codes

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

#1423ab Text Font Color

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

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


#1423ab Background Color

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

This div background color is #1423ab


#1423ab Border Color

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

This div border color is #1423ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,35,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 #1423ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1423ab


Comments

No comments written yet.

Please login to write comment.