Color Hex Logo

#460dec Color Hex

#460DEC
(70,13,236)
0 Favorites   0 Comments

Color spaces of #460dec

RGB 7013236
HSL0.710.900.49
HSV255°94°93°
CMYK 0.700.940.00   0.07
XYZ17.81007.646179.8940
Yxy7.64610.16910.0726
Hunter Lab27.651666.5791-151.9511
CIE-Lab33.234773.8995-95.5035

#460dec color RGB value is (70,13,236).

#460dec hex color red value is 70, green value is 13 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #460dec hue: 0.71 , saturation: 0.90 and the lightness value of 460dec is 0.49.

The process color (four color CMYK) of #460dec color hex is 0.70, 0.94, 0.00, 0.07. Web safe color of #460dec is #3300ff. Color #460dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001101 11101100
Octal 106 15 354
Decimal 70 13 236
Hex 46 D EC

RGB Percentages of Color #460dec

%21.94
%4.08
%73.98

CMYK Percentages of Color #460dec

%70
%94
%0
%7

Triadic Colors of #460dec

#460dec #ec460d #0dec46

Analogous Colors of #460dec

#460dec #b60dec #0d43ec

Monochromatic Colors of #460dec

#460dec

Complementary Color

#460dec #b3ec0d

#460dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#460dec Color CSS Codes

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

#460dec Text Font Color

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

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


#460dec Background Color

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

This div background color is #460dec


#460dec Border Color

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

This div border color is #460dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460dec


Comments

No comments written yet.

Please login to write comment.