Color Hex Logo

#460efe Color Hex

#460EFE
(70,14,254)
0 Favorites   0 Comments

Color spaces of #460efe

RGB 7014254
HSL0.710.990.53
HSV254°94°100°
CMYK 0.720.940.00   0.00
XYZ20.57228.771994.3748
Yxy8.77190.16630.0709
Hunter Lab29.617472.1554-168.1934
CIE-Lab35.541478.0436-101.8259

#460efe color RGB value is (70,14,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001110 11111110
Octal 106 16 376
Decimal 70 14 254
Hex 46 E FE

RGB Percentages of Color #460efe

%20.71
%4.14
%75.15

CMYK Percentages of Color #460efe

%72
%94
%0
%0

Triadic Colors of #460efe

#460efe #fe460e #0efe46

Analogous Colors of #460efe

#460efe #be0efe #0e4efe

Monochromatic Colors of #460efe

#460efe

Complementary Color

#460efe #c6fe0e

#460efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#460efe Color CSS Codes

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

#460efe Text Font Color

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

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


#460efe Background Color

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

This div background color is #460efe


#460efe Border Color

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

This div border color is #460efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460efe

Related Colors


Comments

No comments written yet.

Please login to write comment.