Color Hex Logo

#426389 Color Hex

#426389
(66,99,137)
0 Favorites   0 Comments

Color spaces of #426389

RGB 6699137
HSL0.590.350.40
HSV212°52°54°
CMYK 0.520.280.00   0.46
XYZ11.224011.888125.3700
Yxy11.88810.23150.2452
Hunter Lab34.4791-2.2313-19.4906
CIE-Lab41.0377-0.5472-24.7285

#426389 color RGB value is (66,99,137).

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

The process color (four color CMYK) of #426389 color hex is 0.52, 0.28, 0.00, 0.46. Web safe color of #426389 is #336699. Color #426389 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100011 10001001
Octal 102 143 211
Decimal 66 99 137
Hex 42 63 89

RGB Percentages of Color #426389

%21.85
%32.78
%45.36

CMYK Percentages of Color #426389

%52
%28
%0
%46

Triadic Colors of #426389

#426389 #894263 #638942

Analogous Colors of #426389

#426389 #454289 #428789

Monochromatic Colors of #426389

#426389

Complementary Color

#426389 #896842

#426389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426389 Color CSS Codes

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

#426389 Text Font Color

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

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


#426389 Background Color

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

This div background color is #426389


#426389 Border Color

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

This div border color is #426389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426389


Comments

No comments written yet.

Please login to write comment.