Color Hex Logo

#462139 Color Hex

#462139
(70,33,57)
0 Favorites   0 Comments

Color spaces of #462139

RGB 703357
HSL0.890.360.20
HSV321°53°27°
CMYK 0.000.530.19   0.73
XYZ3.80822.68524.1885
Yxy2.68520.35650.2514
Hunter Lab16.386612.8064-3.6842
CIE-Lab18.736321.3669-7.6242

#462139 color RGB value is (70,33,57).

#462139 hex color red value is 70, green value is 33 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #462139 hue: 0.89 , saturation: 0.36 and the lightness value of 462139 is 0.20.

The process color (four color CMYK) of #462139 color hex is 0.00, 0.53, 0.19, 0.73. Web safe color of #462139 is #333333. Color #462139 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100001 00111001
Octal 106 41 71
Decimal 70 33 57
Hex 46 21 39

RGB Percentages of Color #462139

%43.75
%20.63
%35.63

CMYK Percentages of Color #462139

%0
%53
%19
%73

Triadic Colors of #462139

#462139 #394621 #213946

Analogous Colors of #462139

#462139 #462127 #412146

Monochromatic Colors of #462139

#462139

Complementary Color

#462139 #21462e

#462139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462139 Color CSS Codes

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

#462139 Text Font Color

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

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


#462139 Background Color

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

This div background color is #462139


#462139 Border Color

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

This div border color is #462139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462139


Comments

No comments written yet.

Please login to write comment.