Color Hex Logo

#460bff Color Hex

#460BFF
(70,11,255)
0 Favorites   0 Comments

Color spaces of #460bff

RGB 7011255
HSL0.711.000.52
HSV255°96°100°
CMYK 0.730.960.00   0.00
XYZ20.69558.761495.2081
Yxy8.76140.16600.0703
Hunter Lab29.599773.0043-169.9881
CIE-Lab35.520878.7309-102.4210

#460bff color RGB value is (70,11,255).

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

The process color (four color CMYK) of #460bff color hex is 0.73, 0.96, 0.00, 0.00. Web safe color of #460bff is #3300ff. Color #460bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001011 11111111
Octal 106 13 377
Decimal 70 11 255
Hex 46 B FF

RGB Percentages of Color #460bff

%20.83
%3.27
%75.89

CMYK Percentages of Color #460bff

%73
%96
%0
%0

Triadic Colors of #460bff

#460bff #ff460b #0bff46

Analogous Colors of #460bff

#460bff #c00bff #0b4aff

Monochromatic Colors of #460bff

#460bff

Complementary Color

#460bff #c4ff0b

#460bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#460bff Color CSS Codes

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

#460bff Text Font Color

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

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


#460bff Background Color

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

This div background color is #460bff


#460bff Border Color

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

This div border color is #460bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460bff


Comments

No comments written yet.

Please login to write comment.