Color Hex Logo

#462040 Color Hex

#462040
(70,32,64)
0 Favorites   0 Comments

Color spaces of #462040

RGB 703264
HSL0.860.370.20
HSV309°54°27°
CMYK 0.000.540.09   0.73
XYZ3.96772.70535.1635
Yxy2.70530.33520.2286
Hunter Lab16.447814.2759-7.0996
CIE-Lab18.822823.3503-12.3529

#462040 color RGB value is (70,32,64).

#462040 hex color red value is 70, green value is 32 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #462040 hue: 0.86 , saturation: 0.37 and the lightness value of 462040 is 0.20.

The process color (four color CMYK) of #462040 color hex is 0.00, 0.54, 0.09, 0.73. Web safe color of #462040 is #333333. Color #462040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100000 01000000
Octal 106 40 100
Decimal 70 32 64
Hex 46 20 40

RGB Percentages of Color #462040

%42.17
%19.28
%38.55

CMYK Percentages of Color #462040

%0
%54
%9
%73

Triadic Colors of #462040

#462040 #404620 #204046

Analogous Colors of #462040

#462040 #46202d #392046

Monochromatic Colors of #462040

#462040

Complementary Color

#462040 #204626

#462040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462040 Color CSS Codes

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

#462040 Text Font Color

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

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


#462040 Background Color

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

This div background color is #462040


#462040 Border Color

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

This div border color is #462040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462040


Comments

No comments written yet.

Please login to write comment.