Color Hex Logo

#426ffc Color Hex

#426FFC
(66,111,252)
0 Favorites   0 Comments

Color spaces of #426ffc

RGB 66111252
HSL0.630.970.62
HSV225°74°99°
CMYK 0.740.560.00   0.01
XYZ25.501919.555494.5259
Yxy19.55540.18270.1401
Hunter Lab44.221525.5508-95.7806
CIE-Lab51.330832.2700-74.7045

#426ffc color RGB value is (66,111,252).

#426ffc hex color red value is 66, green value is 111 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #426ffc hue: 0.63 , saturation: 0.97 and the lightness value of 426ffc is 0.62.

The process color (four color CMYK) of #426ffc color hex is 0.74, 0.56, 0.00, 0.01. Web safe color of #426ffc is #3366ff. Color #426ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101111 11111100
Octal 102 157 374
Decimal 66 111 252
Hex 42 6F FC

RGB Percentages of Color #426ffc

%15.38
%25.87
%58.74

CMYK Percentages of Color #426ffc

%74
%56
%0
%1

Triadic Colors of #426ffc

#426ffc #fc426f #6ffc42

Analogous Colors of #426ffc

#426ffc #7242fc #42ccfc

Monochromatic Colors of #426ffc

#426ffc

Complementary Color

#426ffc #fccf42

#426ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#426ffc Color CSS Codes

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

#426ffc Text Font Color

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

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


#426ffc Background Color

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

This div background color is #426ffc


#426ffc Border Color

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

This div border color is #426ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.