Color Hex Logo

#460cfe Color Hex

#460CFE
(70,12,254)
0 Favorites   0 Comments

Color spaces of #460cfe

RGB 7012254
HSL0.710.990.52
HSV254°95°100°
CMYK 0.720.950.00   0.00
XYZ20.54678.720894.3663
Yxy8.72080.16620.0705
Hunter Lab29.531072.5152-168.7895
CIE-Lab35.441178.3518-101.9931

#460cfe color RGB value is (70,12,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001100 11111110
Octal 106 14 376
Decimal 70 12 254
Hex 46 C FE

RGB Percentages of Color #460cfe

%20.83
%3.57
%75.60

CMYK Percentages of Color #460cfe

%72
%95
%0
%0

Triadic Colors of #460cfe

#460cfe #fe460c #0cfe46

Analogous Colors of #460cfe

#460cfe #bf0cfe #0c4bfe

Monochromatic Colors of #460cfe

#460cfe

Complementary Color

#460cfe #c4fe0c

#460cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#460cfe Color CSS Codes

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

#460cfe Text Font Color

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

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


#460cfe Background Color

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

This div background color is #460cfe


#460cfe Border Color

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

This div border color is #460cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.