Color Hex Logo

#424059 Color Hex

#424059
(66,64,89)
0 Favorites   0 Comments

Color spaces of #424059

RGB 666489
HSL0.680.160.30
HSV245°28°35°
CMYK 0.260.280.00   0.65
XYZ5.88335.546310.2117
Yxy5.54630.27190.2563
Hunter Lab23.55063.3785-9.2232
CIE-Lab28.23777.1072-14.5958

#424059 color RGB value is (66,64,89).

#424059 hex color red value is 66, green value is 64 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #424059 hue: 0.68 , saturation: 0.16 and the lightness value of 424059 is 0.30.

The process color (four color CMYK) of #424059 color hex is 0.26, 0.28, 0.00, 0.65. Web safe color of #424059 is #333366. Color #424059 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000000 01011001
Octal 102 100 131
Decimal 66 64 89
Hex 42 40 59

RGB Percentages of Color #424059

%30.14
%29.22
%40.64

CMYK Percentages of Color #424059

%26
%28
%0
%65

Triadic Colors of #424059

#424059 #594240 #405942

Analogous Colors of #424059

#424059 #4f4059 #404b59

Monochromatic Colors of #424059

#424059

Complementary Color

#424059 #575940

#424059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424059 Color CSS Codes

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

#424059 Text Font Color

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

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


#424059 Background Color

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

This div background color is #424059


#424059 Border Color

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

This div border color is #424059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424059


Comments

No comments written yet.

Please login to write comment.