Color Hex Logo

#460658 Color Hex

#460658
(70,6,88)
0 Favorites   0 Comments

Color spaces of #460658

RGB 70688
HSL0.800.870.18
HSV287°93°35°
CMYK 0.200.930.00   0.65
XYZ4.35242.13699.4156
Yxy2.13690.27370.1344
Hunter Lab14.618127.5648-27.9562
CIE-Lab16.189940.1326-32.9424

#460658 color RGB value is (70,6,88).

#460658 hex color red value is 70, green value is 6 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #460658 hue: 0.80 , saturation: 0.87 and the lightness value of 460658 is 0.18.

The process color (four color CMYK) of #460658 color hex is 0.20, 0.93, 0.00, 0.65. Web safe color of #460658 is #330066. Color #460658 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000110 01011000
Octal 106 6 130
Decimal 70 6 88
Hex 46 6 58

RGB Percentages of Color #460658

%42.68
%3.66
%53.66

CMYK Percentages of Color #460658

%20
%93
%0
%65

Triadic Colors of #460658

#460658 #584606 #065846

Analogous Colors of #460658

#460658 #580641 #1d0658

Monochromatic Colors of #460658

#460658

Complementary Color

#460658 #185806

#460658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460658 Color CSS Codes

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

#460658 Text Font Color

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

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


#460658 Background Color

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

This div background color is #460658


#460658 Border Color

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

This div border color is #460658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460658


Comments

No comments written yet.

Please login to write comment.