Color Hex Logo

#460760 Color Hex

#460760
(70,7,96)
0 Favorites   0 Comments

Color spaces of #460760

RGB 70796
HSL0.780.860.20
HSV282°93°38°
CMYK 0.270.930.00   0.62
XYZ4.71312.298611.2616
Yxy2.29860.25790.1258
Hunter Lab15.161128.9578-33.4275
CIE-Lab16.982241.5286-37.0150

#460760 color RGB value is (70,7,96).

#460760 hex color red value is 70, green value is 7 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #460760 hue: 0.78 , saturation: 0.86 and the lightness value of 460760 is 0.20.

The process color (four color CMYK) of #460760 color hex is 0.27, 0.93, 0.00, 0.62. Web safe color of #460760 is #330066. Color #460760 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000111 01100000
Octal 106 7 140
Decimal 70 7 96
Hex 46 7 60

RGB Percentages of Color #460760

%40.46
%4.05
%55.49

CMYK Percentages of Color #460760

%27
%93
%0
%62

Triadic Colors of #460760

#460760 #604607 #076046

Analogous Colors of #460760

#460760 #60074e #190760

Monochromatic Colors of #460760

#460760

Complementary Color

#460760 #216007

#460760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460760 Color CSS Codes

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

#460760 Text Font Color

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

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


#460760 Background Color

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

This div background color is #460760


#460760 Border Color

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

This div border color is #460760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460760


Comments

No comments written yet.

Please login to write comment.