Color Hex Logo

#1432ad Color Hex

#1432AD
(20,50,173)
0 Favorites   0 Comments

Color spaces of #1432ad

RGB 2050173
HSL0.630.790.38
HSV228°88°68°
CMYK 0.880.710.00   0.32
XYZ8.97195.447140.1137
Yxy5.44710.16450.0999
Hunter Lab23.339027.7750-85.5667
CIE-Lab27.972438.1232-67.5608

#1432ad color RGB value is (20,50,173).

#1432ad hex color red value is 20, green value is 50 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #1432ad hue: 0.63 , saturation: 0.79 and the lightness value of 1432ad is 0.38.

The process color (four color CMYK) of #1432ad color hex is 0.88, 0.71, 0.00, 0.32. Web safe color of #1432ad is #003399. Color #1432ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110010 10101101
Octal 24 62 255
Decimal 20 50 173
Hex 14 32 AD

RGB Percentages of Color #1432ad

%8.23
%20.58
%71.19

CMYK Percentages of Color #1432ad

%88
%71
%0
%32

Triadic Colors of #1432ad

#1432ad #ad1432 #32ad14

Analogous Colors of #1432ad

#1432ad #4214ad #147fad

Monochromatic Colors of #1432ad

#1432ad

Complementary Color

#1432ad #ad8f14

#1432ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1432ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#1432ad Color CSS Codes

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

#1432ad Text Font Color

<p style="color:#1432ad">Text here</p>

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


#1432ad Background Color

<div style="background-color:#1432ad">
Div content here</div>

This div background color is #1432ad


#1432ad Border Color

<div style="border:3px solid #1432ad">
Div here</div>

This div border color is #1432ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,50,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1432ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1432ad;
  -webkit-box-shadow: 1px 1px 3px 2px #1432ad;
  box-shadow:         1px 1px 3px 2px #1432ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1432ad


Comments

No comments written yet.

Please login to write comment.