Color Hex Logo

#43466f Color Hex

#43466F
(67,70,111)
0 Favorites   0 Comments

Color spaces of #43466f

RGB 6770111
HSL0.660.250.35
HSV236°40°44°
CMYK 0.400.370.00   0.56
XYZ7.37416.721315.9476
Yxy6.72130.24550.2237
Hunter Lab25.92555.4020-18.3234
CIE-Lab31.16389.9598-24.1076

#43466f color RGB value is (67,70,111).

#43466f hex color red value is 67, green value is 70 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #43466f hue: 0.66 , saturation: 0.25 and the lightness value of 43466f is 0.35.

The process color (four color CMYK) of #43466f color hex is 0.40, 0.37, 0.00, 0.56. Web safe color of #43466f is #333366. Color #43466f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01000110 01101111
Octal 103 106 157
Decimal 67 70 111
Hex 43 46 6F

RGB Percentages of Color #43466f

%27.02
%28.23
%44.76

CMYK Percentages of Color #43466f

%40
%37
%0
%56

Triadic Colors of #43466f

#43466f #6f4346 #466f43

Analogous Colors of #43466f

#43466f #56436f #435c6f

Monochromatic Colors of #43466f

#43466f

Complementary Color

#43466f #6f6c43

#43466f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43466f Color Preview on White Background

Lorem ipsum dolor sit amet.

#43466f Color CSS Codes

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

#43466f Text Font Color

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

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


#43466f Background Color

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

This div background color is #43466f


#43466f Border Color

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

This div border color is #43466f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,70,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #43466f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #43466f;
  -webkit-box-shadow: 1px 1px 3px 2px #43466f;
  box-shadow:         1px 1px 3px 2px #43466f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43466f


Comments

No comments written yet.

Please login to write comment.