Color Hex Logo

#426abf Color Hex

#426ABF
(66,106,191)
0 Favorites   0 Comments

Color spaces of #426abf

RGB 66106191
HSL0.610.490.50
HSV221°65°75°
CMYK 0.650.450.00   0.25
XYZ16.804815.227951.3438
Yxy15.22790.20160.1826
Hunter Lab39.02298.5789-50.6938
CIE-Lab45.944813.6272-48.8690

#426abf color RGB value is (66,106,191).

#426abf hex color red value is 66, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #426abf hue: 0.61 , saturation: 0.49 and the lightness value of 426abf is 0.50.

The process color (four color CMYK) of #426abf color hex is 0.65, 0.45, 0.00, 0.25. Web safe color of #426abf is #3366cc. Color #426abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101010 10111111
Octal 102 152 277
Decimal 66 106 191
Hex 42 6A BF

RGB Percentages of Color #426abf

%18.18
%29.20
%52.62

CMYK Percentages of Color #426abf

%65
%45
%0
%25

Triadic Colors of #426abf

#426abf #bf426a #6abf42

Analogous Colors of #426abf

#426abf #5842bf #42a9bf

Monochromatic Colors of #426abf

#426abf

Complementary Color

#426abf #bf9742

#426abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#426abf Color CSS Codes

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

#426abf Text Font Color

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

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


#426abf Background Color

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

This div background color is #426abf


#426abf Border Color

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

This div border color is #426abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426abf


Comments

No comments written yet.

Please login to write comment.