Color Hex Logo

#460681 Color Hex

#460681
(70,6,129)
0 Favorites   0 Comments

Color spaces of #460681

RGB 706129
HSL0.750.910.26
HSV271°95°51°
CMYK 0.460.950.00   0.49
XYZ6.55343.017321.0059
Yxy3.01730.21430.0987
Hunter Lab17.370436.9453-59.5398
CIE-Lab20.113049.3681-53.3004

#460681 color RGB value is (70,6,129).

#460681 hex color red value is 70, green value is 6 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #460681 hue: 0.75 , saturation: 0.91 and the lightness value of 460681 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000110 10000001
Octal 106 6 201
Decimal 70 6 129
Hex 46 6 81

RGB Percentages of Color #460681

%34.15
%2.93
%62.93

CMYK Percentages of Color #460681

%46
%95
%0
%49

Triadic Colors of #460681

#460681 #814606 #068146

Analogous Colors of #460681

#460681 #81067f #080681

Monochromatic Colors of #460681

#460681

Complementary Color

#460681 #418106

#460681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460681 Color CSS Codes

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

#460681 Text Font Color

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

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


#460681 Background Color

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

This div background color is #460681


#460681 Border Color

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

This div border color is #460681


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,6,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 #460681">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460681


Comments

No comments written yet.

Please login to write comment.