Color Hex Logo

#1462dc Color Hex

#1462DC
(20,98,220)
0 Favorites   0 Comments

Color spaces of #1462dc

RGB 2098220
HSL0.600.830.47
HSV217°91°86°
CMYK 0.910.550.00   0.14
XYZ17.574414.051469.4961
Yxy14.05140.17380.1390
Hunter Lab37.485218.0881-83.6817
CIE-Lab44.306624.9087-68.2220

#1462dc color RGB value is (20,98,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100010 11011100
Octal 24 142 334
Decimal 20 98 220
Hex 14 62 DC

RGB Percentages of Color #1462dc

%5.92
%28.99
%65.09

CMYK Percentages of Color #1462dc

%91
%55
%0
%14

Triadic Colors of #1462dc

#1462dc #dc1462 #62dc14

Analogous Colors of #1462dc

#1462dc #2a14dc #14c6dc

Monochromatic Colors of #1462dc

#1462dc

Complementary Color

#1462dc #dc8e14

#1462dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1462dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1462dc Color CSS Codes

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

#1462dc Text Font Color

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

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


#1462dc Background Color

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

This div background color is #1462dc


#1462dc Border Color

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

This div border color is #1462dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1462dc


Comments

No comments written yet.

Please login to write comment.