Color Hex Logo

#460ad9 Color Hex

#460AD9
(70,10,217)
0 Favorites   0 Comments

Color spaces of #460ad9

RGB 7010217
HSL0.710.910.45
HSV257°95°85°
CMYK 0.680.950.00   0.15
XYZ15.15876.528966.1069
Yxy6.52890.17270.0744
Hunter Lab25.551761.1807-135.5078
CIE-Lab30.709469.8172-88.8192

#460ad9 color RGB value is (70,10,217).

#460ad9 hex color red value is 70, green value is 10 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #460ad9 hue: 0.71 , saturation: 0.91 and the lightness value of 460ad9 is 0.45.

The process color (four color CMYK) of #460ad9 color hex is 0.68, 0.95, 0.00, 0.15. Web safe color of #460ad9 is #3300cc. Color #460ad9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001010 11011001
Octal 106 12 331
Decimal 70 10 217
Hex 46 A D9

RGB Percentages of Color #460ad9

%23.57
%3.37
%73.06

CMYK Percentages of Color #460ad9

%68
%95
%0
%15

Triadic Colors of #460ad9

#460ad9 #d9460a #0ad946

Analogous Colors of #460ad9

#460ad9 #ae0ad9 #0a36d9

Monochromatic Colors of #460ad9

#460ad9

Complementary Color

#460ad9 #9dd90a

#460ad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460ad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460ad9 Color CSS Codes

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

#460ad9 Text Font Color

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

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


#460ad9 Background Color

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

This div background color is #460ad9


#460ad9 Border Color

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

This div border color is #460ad9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,10,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #460ad9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #460ad9;
  -webkit-box-shadow: 1px 1px 3px 2px #460ad9;
  box-shadow:         1px 1px 3px 2px #460ad9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460ad9


Comments

No comments written yet.

Please login to write comment.