Color Hex Logo

#434059 Color Hex

#434059
(67,64,89)
0 Favorites   0 Comments

Color spaces of #434059

RGB 676489
HSL0.690.160.30
HSV247°28°35°
CMYK 0.250.280.00   0.65
XYZ5.95135.581410.2148
Yxy5.58140.27370.2566
Hunter Lab23.62503.6217-9.0979
CIE-Lab28.33087.4649-14.4444

#434059 color RGB value is (67,64,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01000000 01011001
Octal 103 100 131
Decimal 67 64 89
Hex 43 40 59

RGB Percentages of Color #434059

%30.45
%29.09
%40.45

CMYK Percentages of Color #434059

%25
%28
%0
%65

Triadic Colors of #434059

#434059 #594340 #405943

Analogous Colors of #434059

#434059 #504059 #404a59

Monochromatic Colors of #434059

#434059

Complementary Color

#434059 #565940

#434059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#434059 Color CSS Codes

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

#434059 Text Font Color

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

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


#434059 Background Color

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

This div background color is #434059


#434059 Border Color

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

This div border color is #434059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434059


Comments

No comments written yet.

Please login to write comment.