Color Hex Logo

#1426fa Color Hex

#1426FA
(20,38,250)
0 Favorites   0 Comments

Color spaces of #1426fa

RGB 2038250
HSL0.650.960.53
HSV235°92°98°
CMYK 0.920.850.00   0.02
XYZ18.23698.437191.1098
Yxy8.43710.15480.0716
Hunter Lab29.046761.2391-165.6403
CIE-Lab34.877169.0882-100.7463

#1426fa color RGB value is (20,38,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100110 11111010
Octal 24 46 372
Decimal 20 38 250
Hex 14 26 FA

RGB Percentages of Color #1426fa

%6.49
%12.34
%81.17

CMYK Percentages of Color #1426fa

%92
%85
%0
%2

Triadic Colors of #1426fa

#1426fa #fa1426 #26fa14

Analogous Colors of #1426fa

#1426fa #7514fa #1499fa

Monochromatic Colors of #1426fa

#1426fa

Complementary Color

#1426fa #fae814

#1426fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1426fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1426fa Color CSS Codes

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

#1426fa Text Font Color

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

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


#1426fa Background Color

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

This div background color is #1426fa


#1426fa Border Color

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

This div border color is #1426fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1426fa


Comments

No comments written yet.

Please login to write comment.