Color Hex Logo

#461656 Color Hex

#461656
(70,22,86)
0 Favorites   0 Comments

Color spaces of #461656

RGB 702286
HSL0.790.590.21
HSV285°74°34°
CMYK 0.190.740.00   0.66
XYZ4.49242.54789.0591
Yxy2.54780.27900.1583
Hunter Lab15.961822.3050-22.4766
CIE-Lab18.133433.6530-28.4608

#461656 color RGB value is (70,22,86).

#461656 hex color red value is 70, green value is 22 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #461656 hue: 0.79 , saturation: 0.59 and the lightness value of 461656 is 0.21.

The process color (four color CMYK) of #461656 color hex is 0.19, 0.74, 0.00, 0.66. Web safe color of #461656 is #330066. Color #461656 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010110 01010110
Octal 106 26 126
Decimal 70 22 86
Hex 46 16 56

RGB Percentages of Color #461656

%39.33
%12.36
%48.31

CMYK Percentages of Color #461656

%19
%74
%0
%66

Triadic Colors of #461656

#461656 #564616 #165646

Analogous Colors of #461656

#461656 #561646 #261656

Monochromatic Colors of #461656

#461656

Complementary Color

#461656 #265616

#461656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#461656 Color CSS Codes

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

#461656 Text Font Color

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

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


#461656 Background Color

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

This div background color is #461656


#461656 Border Color

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

This div border color is #461656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461656


Comments

No comments written yet.

Please login to write comment.