Color Hex Logo

#426caf Color Hex

#426CAF
(66,108,175)
0 Favorites   0 Comments

Color spaces of #426caf

RGB 66108175
HSL0.600.450.47
HSV217°62°69°
CMYK 0.620.380.00   0.31
XYZ15.347214.978542.6397
Yxy14.97850.21030.2053
Hunter Lab38.70213.0551-38.2308
CIE-Lab45.60476.7326-40.1086

#426caf color RGB value is (66,108,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101100 10101111
Octal 102 154 257
Decimal 66 108 175
Hex 42 6C AF

RGB Percentages of Color #426caf

%18.91
%30.95
%50.14

CMYK Percentages of Color #426caf

%62
%38
%0
%31

Triadic Colors of #426caf

#426caf #af426c #6caf42

Analogous Colors of #426caf

#426caf #4e42af #42a3af

Monochromatic Colors of #426caf

#426caf

Complementary Color

#426caf #af8542

#426caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#426caf Color CSS Codes

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

#426caf Text Font Color

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

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


#426caf Background Color

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

This div background color is #426caf


#426caf Border Color

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

This div border color is #426caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426caf


Comments

No comments written yet.

Please login to write comment.