Color Hex Logo

#434050 Color Hex

#434050
(67,64,80)
0 Favorites   0 Comments

Color spaces of #434050

RGB 676480
HSL0.700.110.28
HSV251°20°31°
CMYK 0.160.200.00   0.69
XYZ5.59615.43938.3444
Yxy5.43930.28880.2807
Hunter Lab23.32232.0164-4.8875
CIE-Lab27.95145.0691-9.1741

#434050 color RGB value is (67,64,80).

#434050 hex color red value is 67, green value is 64 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #434050 hue: 0.70 , saturation: 0.11 and the lightness value of 434050 is 0.28.

The process color (four color CMYK) of #434050 color hex is 0.16, 0.20, 0.00, 0.69. Web safe color of #434050 is #333366. Color #434050 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01000000 01010000
Octal 103 100 120
Decimal 67 64 80
Hex 43 40 50

RGB Percentages of Color #434050

%31.75
%30.33
%37.91

CMYK Percentages of Color #434050

%16
%20
%0
%69

Triadic Colors of #434050

#434050 #504340 #405043

Analogous Colors of #434050

#434050 #4b4050 #404550

Monochromatic Colors of #434050

#434050

Complementary Color

#434050 #4d5040

#434050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#434050 Color CSS Codes

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

#434050 Text Font Color

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

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


#434050 Background Color

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

This div background color is #434050


#434050 Border Color

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

This div border color is #434050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434050

#434050 Color Palettes


Comments

No comments written yet.

Please login to write comment.