Color Hex Logo

#426faf Color Hex

#426FAF
(66,111,175)
0 Favorites   0 Comments

Color spaces of #426faf

RGB 66111175
HSL0.600.450.47
HSV215°62°69°
CMYK 0.620.370.00   0.31
XYZ15.669115.622342.7470
Yxy15.62230.21160.2110
Hunter Lab39.52511.5947-36.4556
CIE-Lab46.47504.8719-38.7308

#426faf color RGB value is (66,111,175).

#426faf hex color red value is 66, green value is 111 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #426faf hue: 0.60 , saturation: 0.45 and the lightness value of 426faf is 0.47.

The process color (four color CMYK) of #426faf color hex is 0.62, 0.37, 0.00, 0.31. Web safe color of #426faf is #336699. Color #426faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101111 10101111
Octal 102 157 257
Decimal 66 111 175
Hex 42 6F AF

RGB Percentages of Color #426faf

%18.75
%31.53
%49.72

CMYK Percentages of Color #426faf

%62
%37
%0
%31

Triadic Colors of #426faf

#426faf #af426f #6faf42

Analogous Colors of #426faf

#426faf #4c42af #42a6af

Monochromatic Colors of #426faf

#426faf

Complementary Color

#426faf #af8242

#426faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#426faf Color CSS Codes

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

#426faf Text Font Color

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

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


#426faf Background Color

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

This div background color is #426faf


#426faf Border Color

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

This div border color is #426faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426faf


Comments

No comments written yet.

Please login to write comment.