Color Hex Logo

#460221 Color Hex

#460221
(70,2,33)
0 Favorites   0 Comments

Color spaces of #460221

RGB 70233
HSL0.920.940.14
HSV333°97°27°
CMYK 0.000.970.53   0.73
XYZ2.82201.45531.5710
Yxy1.45530.48250.2488
Hunter Lab12.063620.64470.7234
CIE-Lab12.321032.75230.1398

#460221 color RGB value is (70,2,33).

#460221 hex color red value is 70, green value is 2 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #460221 hue: 0.92 , saturation: 0.94 and the lightness value of 460221 is 0.14.

The process color (four color CMYK) of #460221 color hex is 0.00, 0.97, 0.53, 0.73. Web safe color of #460221 is #330033. Color #460221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000010 00100001
Octal 106 2 41
Decimal 70 2 33
Hex 46 2 21

RGB Percentages of Color #460221

%66.67
%1.90
%31.43

CMYK Percentages of Color #460221

%0
%97
%53
%73

Triadic Colors of #460221

#460221 #214602 #022146

Analogous Colors of #460221

#460221 #460502 #460243

Monochromatic Colors of #460221

#460221

Complementary Color

#460221 #024627

#460221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460221 Color CSS Codes

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

#460221 Text Font Color

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

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


#460221 Background Color

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

This div background color is #460221


#460221 Border Color

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

This div border color is #460221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460221


Comments

No comments written yet.

Please login to write comment.