Color Hex Logo

#426bf7 Color Hex

#426BF7
(66,107,247)
0 Favorites   0 Comments

Color spaces of #426bf7

RGB 66107247
HSL0.630.920.61
HSV226°73°97°
CMYK 0.730.570.00   0.03
XYZ24.293018.389090.2647
Yxy18.38900.18270.1383
Hunter Lab42.882426.0766-94.7840
CIE-Lab49.964632.9803-74.1489

#426bf7 color RGB value is (66,107,247).

#426bf7 hex color red value is 66, green value is 107 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #426bf7 hue: 0.63 , saturation: 0.92 and the lightness value of 426bf7 is 0.61.

The process color (four color CMYK) of #426bf7 color hex is 0.73, 0.57, 0.00, 0.03. Web safe color of #426bf7 is #3366ff. Color #426bf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101011 11110111
Octal 102 153 367
Decimal 66 107 247
Hex 42 6B F7

RGB Percentages of Color #426bf7

%15.71
%25.48
%58.81

CMYK Percentages of Color #426bf7

%73
%57
%0
%3

Triadic Colors of #426bf7

#426bf7 #f7426b #6bf742

Analogous Colors of #426bf7

#426bf7 #7442f7 #42c6f7

Monochromatic Colors of #426bf7

#426bf7

Complementary Color

#426bf7 #f7ce42

#426bf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426bf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426bf7 Color CSS Codes

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

#426bf7 Text Font Color

<p style="color:#426bf7">Text here</p>

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


#426bf7 Background Color

<div style="background-color:#426bf7">
Div content here</div>

This div background color is #426bf7


#426bf7 Border Color

<div style="border:3px solid #426bf7">
Div here</div>

This div border color is #426bf7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,107,247, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426bf7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426bf7;
  -webkit-box-shadow: 1px 1px 3px 2px #426bf7;
  box-shadow:         1px 1px 3px 2px #426bf7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,107,247, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426bf7


Comments

No comments written yet.

Please login to write comment.