Color Hex Logo

#461961 Color Hex

#461961
(70,25,97)
0 Favorites   0 Comments

Color spaces of #461961

RGB 702597
HSL0.770.590.24
HSV278°74°38°
CMYK 0.280.740.00   0.62
XYZ5.03112.860411.5962
Yxy2.86040.25820.1468
Hunter Lab16.912723.5019-28.8133
CIE-Lab19.475934.8214-33.6361

#461961 color RGB value is (70,25,97).

#461961 hex color red value is 70, green value is 25 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #461961 hue: 0.77 , saturation: 0.59 and the lightness value of 461961 is 0.24.

The process color (four color CMYK) of #461961 color hex is 0.28, 0.74, 0.00, 0.62. Web safe color of #461961 is #330066. Color #461961 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011001 01100001
Octal 106 31 141
Decimal 70 25 97
Hex 46 19 61

RGB Percentages of Color #461961

%36.46
%13.02
%50.52

CMYK Percentages of Color #461961

%28
%74
%0
%62

Triadic Colors of #461961

#461961 #614619 #196146

Analogous Colors of #461961

#461961 #611958 #221961

Monochromatic Colors of #461961

#461961

Complementary Color

#461961 #346119

#461961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#461961 Color CSS Codes

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

#461961 Text Font Color

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

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


#461961 Background Color

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

This div background color is #461961


#461961 Border Color

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

This div border color is #461961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461961


Comments

No comments written yet.

Please login to write comment.