Color Hex Logo

#0426fa Color Hex

#0426FA
(4,38,250)
0 Favorites   0 Comments

Color spaces of #0426fa

RGB 438250
HSL0.640.970.50
HSV232°98°98°
CMYK 0.980.850.00   0.02
XYZ17.99858.314291.0986
Yxy8.31420.15330.0708
Hunter Lab28.834460.9602-167.1354
CIE-Lab34.628968.8960-101.1666

#0426fa color RGB value is (4,38,250).

#0426fa hex color red value is 4, green value is 38 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #0426fa hue: 0.64 , saturation: 0.97 and the lightness value of 0426fa is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100110 11111010
Octal 4 46 372
Decimal 4 38 250
Hex 4 26 FA

RGB Percentages of Color #0426fa

%1.37
%13.01
%85.62

CMYK Percentages of Color #0426fa

%98
%85
%0
%2

Triadic Colors of #0426fa

#0426fa #fa0426 #26fa04

Analogous Colors of #0426fa

#0426fa #5d04fa #04a1fa

Monochromatic Colors of #0426fa

#0426fa

Complementary Color

#0426fa #fad804

#0426fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0426fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0426fa Color CSS Codes

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

#0426fa Text Font Color

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

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


#0426fa Background Color

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

This div background color is #0426fa


#0426fa Border Color

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

This div border color is #0426fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0426fa


Comments

No comments written yet.

Please login to write comment.