Color Hex Logo

#1471fa Color Hex

#1471FA
(20,113,250)
0 Favorites   0 Comments

Color spaces of #1471fa

RGB 20113250
HSL0.600.960.53
HSV216°92°98°
CMYK 0.920.550.00   0.02
XYZ23.448918.861192.8471
Yxy18.86110.17350.1395
Hunter Lab43.429420.3764-96.3548
CIE-Lab50.524326.8491-74.9587

#1471fa color RGB value is (20,113,250).

#1471fa hex color red value is 20, green value is 113 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #1471fa hue: 0.60 , saturation: 0.96 and the lightness value of 1471fa is 0.53.

The process color (four color CMYK) of #1471fa color hex is 0.92, 0.55, 0.00, 0.02. Web safe color of #1471fa is #0066ff. Color #1471fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110001 11111010
Octal 24 161 372
Decimal 20 113 250
Hex 14 71 FA

RGB Percentages of Color #1471fa

%5.22
%29.50
%65.27

CMYK Percentages of Color #1471fa

%92
%55
%0
%2

Triadic Colors of #1471fa

#1471fa #fa1471 #71fa14

Analogous Colors of #1471fa

#1471fa #2a14fa #14e4fa

Monochromatic Colors of #1471fa

#1471fa

Complementary Color

#1471fa #fa9d14

#1471fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1471fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1471fa Color CSS Codes

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

#1471fa Text Font Color

<p style="color:#1471fa">Text here</p>

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


#1471fa Background Color

<div style="background-color:#1471fa">
Div content here</div>

This div background color is #1471fa


#1471fa Border Color

<div style="border:3px solid #1471fa">
Div here</div>

This div border color is #1471fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,113,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1471fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1471fa;
  -webkit-box-shadow: 1px 1px 3px 2px #1471fa;
  box-shadow:         1px 1px 3px 2px #1471fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1471fa


Comments

No comments written yet.

Please login to write comment.