Color Hex Logo

#460cad Color Hex

#460CAD
(70,12,173)
0 Favorites   0 Comments

Color spaces of #460cad

RGB 7012173
HSL0.730.870.36
HSV262°93°68°
CMYK 0.600.930.00   0.32
XYZ10.20014.582239.8820
Yxy4.58220.18660.0838
Hunter Lab21.406147.5955-95.4799
CIE-Lab25.509758.6857-71.5303

#460cad color RGB value is (70,12,173).

#460cad hex color red value is 70, green value is 12 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #460cad hue: 0.73 , saturation: 0.87 and the lightness value of 460cad is 0.36.

The process color (four color CMYK) of #460cad color hex is 0.60, 0.93, 0.00, 0.32. Web safe color of #460cad is #330099. Color #460cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001100 10101101
Octal 106 14 255
Decimal 70 12 173
Hex 46 C AD

RGB Percentages of Color #460cad

%27.45
%4.71
%67.84

CMYK Percentages of Color #460cad

%60
%93
%0
%32

Triadic Colors of #460cad

#460cad #ad460c #0cad46

Analogous Colors of #460cad

#460cad #970cad #0c22ad

Monochromatic Colors of #460cad

#460cad

Complementary Color

#460cad #73ad0c

#460cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#460cad Color CSS Codes

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

#460cad Text Font Color

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

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


#460cad Background Color

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

This div background color is #460cad


#460cad Border Color

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

This div border color is #460cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460cad


Comments

No comments written yet.

Please login to write comment.