Color Hex Logo

#426387 Color Hex

#426387
(66,99,135)
0 Favorites   0 Comments

Color spaces of #426387

RGB 6699135
HSL0.590.340.39
HSV211°51°53°
CMYK 0.510.270.00   0.47
XYZ11.081811.831224.6212
Yxy11.83120.23310.2489
Hunter Lab34.3965-2.6851-18.3625
CIE-Lab40.9466-1.1947-23.6627

#426387 color RGB value is (66,99,135).

#426387 hex color red value is 66, green value is 99 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #426387 hue: 0.59 , saturation: 0.34 and the lightness value of 426387 is 0.39.

The process color (four color CMYK) of #426387 color hex is 0.51, 0.27, 0.00, 0.47. Web safe color of #426387 is #336699. Color #426387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100011 10000111
Octal 102 143 207
Decimal 66 99 135
Hex 42 63 87

RGB Percentages of Color #426387

%22.00
%33.00
%45.00

CMYK Percentages of Color #426387

%51
%27
%0
%47

Triadic Colors of #426387

#426387 #874263 #638742

Analogous Colors of #426387

#426387 #444287 #428687

Monochromatic Colors of #426387

#426387

Complementary Color

#426387 #876642

#426387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426387 Color CSS Codes

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

#426387 Text Font Color

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

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


#426387 Background Color

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

This div background color is #426387


#426387 Border Color

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

This div border color is #426387


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,99,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426387; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426387;
  -webkit-box-shadow: 1px 1px 3px 2px #426387;
  box-shadow:         1px 1px 3px 2px #426387; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426387


Comments

No comments written yet.

Please login to write comment.