Color Hex Logo

#460acd Color Hex

#460ACD
(70,10,205)
0 Favorites   0 Comments

Color spaces of #460acd

RGB 7010205
HSL0.720.910.42
HSV258°95°80°
CMYK 0.660.950.00   0.20
XYZ13.65385.927058.1820
Yxy5.92700.17560.0762
Hunter Lab24.345457.5048-124.6526
CIE-Lab29.227566.9173-84.3169

#460acd color RGB value is (70,10,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001010 11001101
Octal 106 12 315
Decimal 70 10 205
Hex 46 A CD

RGB Percentages of Color #460acd

%24.56
%3.51
%71.93

CMYK Percentages of Color #460acd

%66
%95
%0
%20

Triadic Colors of #460acd

#460acd #cd460a #0acd46

Analogous Colors of #460acd

#460acd #a80acd #0a2fcd

Monochromatic Colors of #460acd

#460acd

Complementary Color

#460acd #91cd0a

#460acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#460acd Color CSS Codes

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

#460acd Text Font Color

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

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


#460acd Background Color

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

This div background color is #460acd


#460acd Border Color

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

This div border color is #460acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460acd


Comments

No comments written yet.

Please login to write comment.