Color Hex Logo

#460671 Color Hex

#460671
(70,6,113)
0 Favorites   0 Comments

Color spaces of #460671

RGB 706113
HSL0.770.900.23
HSV276°95°44°
CMYK 0.380.950.00   0.56
XYZ5.57152.624615.8357
Yxy2.62460.23180.1092
Hunter Lab16.200633.0363-46.6141
CIE-Lab18.473045.6387-45.7412

#460671 color RGB value is (70,6,113).

#460671 hex color red value is 70, green value is 6 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #460671 hue: 0.77 , saturation: 0.90 and the lightness value of 460671 is 0.23.

The process color (four color CMYK) of #460671 color hex is 0.38, 0.95, 0.00, 0.56. Web safe color of #460671 is #330066. Color #460671 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000110 01110001
Octal 106 6 161
Decimal 70 6 113
Hex 46 6 71

RGB Percentages of Color #460671

%37.04
%3.17
%59.79

CMYK Percentages of Color #460671

%38
%95
%0
%56

Triadic Colors of #460671

#460671 #714606 #067146

Analogous Colors of #460671

#460671 #710667 #100671

Monochromatic Colors of #460671

#460671

Complementary Color

#460671 #317106

#460671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460671 Color CSS Codes

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

#460671 Text Font Color

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

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


#460671 Background Color

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

This div background color is #460671


#460671 Border Color

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

This div border color is #460671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460671


Comments

No comments written yet.

Please login to write comment.