Color Hex Logo

#460eec Color Hex

#460EEC
(70,14,236)
0 Favorites   0 Comments

Color spaces of #460eec

RGB 7014236
HSL0.710.890.49
HSV255°94°93°
CMYK 0.700.940.00   0.07
XYZ17.82317.672379.8984
Yxy7.67230.16910.0728
Hunter Lab27.698966.3842-151.6346
CIE-Lab33.290973.7275-95.4100

#460eec color RGB value is (70,14,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001110 11101100
Octal 106 16 354
Decimal 70 14 236
Hex 46 E EC

RGB Percentages of Color #460eec

%21.88
%4.38
%73.75

CMYK Percentages of Color #460eec

%70
%94
%0
%7

Triadic Colors of #460eec

#460eec #ec460e #0eec46

Analogous Colors of #460eec

#460eec #b50eec #0e45ec

Monochromatic Colors of #460eec

#460eec

Complementary Color

#460eec #b4ec0e

#460eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#460eec Color CSS Codes

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

#460eec Text Font Color

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

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


#460eec Background Color

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

This div background color is #460eec


#460eec Border Color

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

This div border color is #460eec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,14,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 #460eec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460eec


Comments

No comments written yet.

Please login to write comment.