Color Hex Logo

#460e4e Color Hex

#460E4E
(70,14,78)
0 Favorites   0 Comments

Color spaces of #460e4e

RGB 701478
HSL0.810.700.18
HSV293°82°31°
CMYK 0.100.820.00   0.69
XYZ4.05802.16627.4120
Yxy2.16620.29760.1589
Hunter Lab14.718023.4589-19.5559
CIE-Lab16.336335.3735-25.9100

#460e4e color RGB value is (70,14,78).

#460e4e hex color red value is 70, green value is 14 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #460e4e hue: 0.81 , saturation: 0.70 and the lightness value of 460e4e is 0.18.

The process color (four color CMYK) of #460e4e color hex is 0.10, 0.82, 0.00, 0.69. Web safe color of #460e4e is #330066. Color #460e4e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001110 01001110
Octal 106 16 116
Decimal 70 14 78
Hex 46 E 4E

RGB Percentages of Color #460e4e

%43.21
%8.64
%48.15

CMYK Percentages of Color #460e4e

%10
%82
%0
%69

Triadic Colors of #460e4e

#460e4e #4e460e #0e4e46

Analogous Colors of #460e4e

#460e4e #4e0e36 #260e4e

Monochromatic Colors of #460e4e

#460e4e

Complementary Color

#460e4e #164e0e

#460e4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460e4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#460e4e Color CSS Codes

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

#460e4e Text Font Color

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

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


#460e4e Background Color

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

This div background color is #460e4e


#460e4e Border Color

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

This div border color is #460e4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,14,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #460e4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #460e4e;
  -webkit-box-shadow: 1px 1px 3px 2px #460e4e;
  box-shadow:         1px 1px 3px 2px #460e4e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460e4e


Comments

No comments written yet.

Please login to write comment.