Color Hex Logo

#461681 Color Hex

#461681
(70,22,129)
0 Favorites   0 Comments

Color spaces of #461681

RGB 7022129
HSL0.740.710.30
HSV267°83°51°
CMYK 0.460.830.00   0.49
XYZ6.77513.460921.0798
Yxy3.46090.21630.1105
Hunter Lab18.603532.4508-54.1596
CIE-Lab21.802544.3722-50.5229

#461681 color RGB value is (70,22,129).

#461681 hex color red value is 70, green value is 22 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #461681 hue: 0.74 , saturation: 0.71 and the lightness value of 461681 is 0.30.

The process color (four color CMYK) of #461681 color hex is 0.46, 0.83, 0.00, 0.49. Web safe color of #461681 is #330099. Color #461681 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010110 10000001
Octal 106 26 201
Decimal 70 22 129
Hex 46 16 81

RGB Percentages of Color #461681

%31.67
%9.95
%58.37

CMYK Percentages of Color #461681

%46
%83
%0
%49

Triadic Colors of #461681

#461681 #814616 #168146

Analogous Colors of #461681

#461681 #7c1681 #161c81

Monochromatic Colors of #461681

#461681

Complementary Color

#461681 #518116

#461681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#461681 Color CSS Codes

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

#461681 Text Font Color

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

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


#461681 Background Color

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

This div background color is #461681


#461681 Border Color

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

This div border color is #461681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461681


Comments

No comments written yet.

Please login to write comment.