Color Hex Logo

#463afa Color Hex

#463AFA
(70,58,250)
0 Favorites   0 Comments

Color spaces of #463afa

RGB 7058250
HSL0.680.950.60
HSV244°77°98°
CMYK 0.720.770.00   0.02
XYZ21.294211.230391.4878
Yxy11.23030.17170.0906
Hunter Lab33.511654.7783-138.4054
CIE-Lab39.965762.4450-92.2331

#463afa color RGB value is (70,58,250).

#463afa hex color red value is 70, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #463afa hue: 0.68 , saturation: 0.95 and the lightness value of 463afa is 0.60.

The process color (four color CMYK) of #463afa color hex is 0.72, 0.77, 0.00, 0.02. Web safe color of #463afa is #3333ff. Color #463afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111010 11111010
Octal 106 72 372
Decimal 70 58 250
Hex 46 3A FA

RGB Percentages of Color #463afa

%18.52
%15.34
%66.14

CMYK Percentages of Color #463afa

%72
%77
%0
%2

Triadic Colors of #463afa

#463afa #fa463a #3afa46

Analogous Colors of #463afa

#463afa #a63afa #3a8efa

Monochromatic Colors of #463afa

#463afa

Complementary Color

#463afa #eefa3a

#463afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#463afa Color CSS Codes

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

#463afa Text Font Color

<p style="color:#463afa">Text here</p>

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


#463afa Background Color

<div style="background-color:#463afa">
Div content here</div>

This div background color is #463afa


#463afa Border Color

<div style="border:3px solid #463afa">
Div here</div>

This div border color is #463afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,58,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #463afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #463afa;
  -webkit-box-shadow: 1px 1px 3px 2px #463afa;
  box-shadow:         1px 1px 3px 2px #463afa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463afa


Comments

No comments written yet.

Please login to write comment.