Color Hex Logo

#460010 Color Hex

#460010
(70,0,16)
0 Favorites   0 Comments

Color spaces of #460010

RGB 70016
HSL0.961.000.14
HSV346°100°27°
CMYK 0.001.000.77   0.73
XYZ2.61931.33950.6107
Yxy1.33950.57320.2931
Hunter Lab11.573720.14334.9731
CIE-Lab11.549032.280611.1769

#460010 color RGB value is (70,0,16).

#460010 hex color red value is 70, green value is 0 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #460010 hue: 0.96 , saturation: 1.00 and the lightness value of 460010 is 0.14.

The process color (four color CMYK) of #460010 color hex is 0.00, 1.00, 0.77, 0.73. Web safe color of #460010 is #330000. Color #460010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000000 00010000
Octal 106 0 20
Decimal 70 0 16
Hex 46 0 10

RGB Percentages of Color #460010

%81.40
%0.00
%18.60

CMYK Percentages of Color #460010

%0
%100
%77
%73

Triadic Colors of #460010

#460010 #104600 #001046

Analogous Colors of #460010

#460010 #461300 #460033

Monochromatic Colors of #460010

#460010

Complementary Color

#460010 #004636

#460010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460010 Color CSS Codes

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

#460010 Text Font Color

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

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


#460010 Background Color

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

This div background color is #460010


#460010 Border Color

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

This div border color is #460010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460010


Comments

No comments written yet.

Please login to write comment.