Color Hex Logo

#1481dc Color Hex

#1481DC
(20,129,220)
0 Favorites   0 Comments

Color spaces of #1481dc

RGB 20129220
HSL0.580.830.47
HSV207°91°86°
CMYK 0.910.410.00   0.14
XYZ21.057021.016570.6569
Yxy21.01650.18680.1864
Hunter Lab45.84381.7622-59.2904
CIE-Lab52.96755.2707-54.2427

#1481dc color RGB value is (20,129,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000001 11011100
Octal 24 201 334
Decimal 20 129 220
Hex 14 81 DC

RGB Percentages of Color #1481dc

%5.42
%34.96
%59.62

CMYK Percentages of Color #1481dc

%91
%41
%0
%14

Triadic Colors of #1481dc

#1481dc #dc1481 #81dc14

Analogous Colors of #1481dc

#1481dc #141ddc #14dcd3

Monochromatic Colors of #1481dc

#1481dc

Complementary Color

#1481dc #dc6f14

#1481dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1481dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1481dc Color CSS Codes

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

#1481dc Text Font Color

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

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


#1481dc Background Color

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

This div background color is #1481dc


#1481dc Border Color

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

This div border color is #1481dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1481dc


Comments

No comments written yet.

Please login to write comment.