Color Hex Logo

#460add Color Hex

#460ADD
(70,10,221)
0 Favorites   0 Comments

Color spaces of #460add

RGB 7010221
HSL0.710.910.45
HSV257°95°87°
CMYK 0.680.950.00   0.13
XYZ15.68556.739668.8808
Yxy6.73960.17180.0738
Hunter Lab25.960762.4186-139.1397
CIE-Lab31.206670.7796-90.2984

#460add color RGB value is (70,10,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001010 11011101
Octal 106 12 335
Decimal 70 10 221
Hex 46 A DD

RGB Percentages of Color #460add

%23.26
%3.32
%73.42

CMYK Percentages of Color #460add

%68
%95
%0
%13

Triadic Colors of #460add

#460add #dd460a #0add46

Analogous Colors of #460add

#460add #b00add #0a38dd

Monochromatic Colors of #460add

#460add

Complementary Color

#460add #a1dd0a

#460add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460add Color Preview on White Background

Lorem ipsum dolor sit amet.

#460add Color CSS Codes

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

#460add Text Font Color

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

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


#460add Background Color

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

This div background color is #460add


#460add Border Color

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

This div border color is #460add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460add


Comments

No comments written yet.

Please login to write comment.