Color Hex Logo

#1420dc Color Hex

#1420DC
(20,32,220)
0 Favorites   0 Comments

Color spaces of #1420dc

RGB 2032220
HSL0.660.830.47
HSV236°91°86°
CMYK 0.910.850.00   0.14
XYZ13.72336.349168.2123
Yxy6.34910.15540.0719
Hunter Lab25.197453.1212-142.8666
CIE-Lab30.276762.8387-91.3445

#1420dc color RGB value is (20,32,220).

#1420dc hex color red value is 20, green value is 32 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1420dc hue: 0.66 , saturation: 0.83 and the lightness value of 1420dc is 0.47.

The process color (four color CMYK) of #1420dc color hex is 0.91, 0.85, 0.00, 0.14. Web safe color of #1420dc is #0033cc. Color #1420dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100000 11011100
Octal 24 40 334
Decimal 20 32 220
Hex 14 20 DC

RGB Percentages of Color #1420dc

%7.35
%11.76
%80.88

CMYK Percentages of Color #1420dc

%91
%85
%0
%14

Triadic Colors of #1420dc

#1420dc #dc1420 #20dc14

Analogous Colors of #1420dc

#1420dc #6c14dc #1484dc

Monochromatic Colors of #1420dc

#1420dc

Complementary Color

#1420dc #dcd014

#1420dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1420dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1420dc Color CSS Codes

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

#1420dc Text Font Color

<p style="color:#1420dc">Text here</p>

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


#1420dc Background Color

<div style="background-color:#1420dc">
Div content here</div>

This div background color is #1420dc


#1420dc Border Color

<div style="border:3px solid #1420dc">
Div here</div>

This div border color is #1420dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,32,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1420dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1420dc;
  -webkit-box-shadow: 1px 1px 3px 2px #1420dc;
  box-shadow:         1px 1px 3px 2px #1420dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1420dc


Comments

No comments written yet.

Please login to write comment.