Color Hex Logo

#460feb Color Hex

#460FEB
(70,15,235)
0 Favorites   0 Comments

Color spaces of #460feb

RGB 7015235
HSL0.710.880.49
HSV255°94°92°
CMYK 0.700.940.00   0.08
XYZ17.69207.641979.1398
Yxy7.64190.16930.0731
Hunter Lab27.644065.8620-150.3859
CIE-Lab33.225773.3050-94.9496

#460feb color RGB value is (70,15,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001111 11101011
Octal 106 17 353
Decimal 70 15 235
Hex 46 F EB

RGB Percentages of Color #460feb

%21.88
%4.69
%73.44

CMYK Percentages of Color #460feb

%70
%94
%0
%8

Triadic Colors of #460feb

#460feb #eb460f #0feb46

Analogous Colors of #460feb

#460feb #b40feb #0f46eb

Monochromatic Colors of #460feb

#460feb

Complementary Color

#460feb #b4eb0f

#460feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#460feb Color CSS Codes

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

#460feb Text Font Color

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

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


#460feb Background Color

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

This div background color is #460feb


#460feb Border Color

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

This div border color is #460feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460feb


Comments

No comments written yet.

Please login to write comment.