Color Hex Logo

#463aea Color Hex

#463AEA
(70,58,234)
0 Favorites   0 Comments

Color spaces of #463aea

RGB 7058234
HSL0.680.810.57
HSV244°75°92°
CMYK 0.700.750.00   0.08
XYZ18.890110.268778.8283
Yxy10.26870.17490.0951
Hunter Lab32.044849.1456-123.4184
CIE-Lab38.320457.6490-85.9294

#463aea color RGB value is (70,58,234).

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

The process color (four color CMYK) of #463aea color hex is 0.70, 0.75, 0.00, 0.08. Web safe color of #463aea is #3333ff. Color #463aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111010 11101010
Octal 106 72 352
Decimal 70 58 234
Hex 46 3A EA

RGB Percentages of Color #463aea

%19.34
%16.02
%64.64

CMYK Percentages of Color #463aea

%70
%75
%0
%8

Triadic Colors of #463aea

#463aea #ea463a #3aea46

Analogous Colors of #463aea

#463aea #9e3aea #3a86ea

Monochromatic Colors of #463aea

#463aea

Complementary Color

#463aea #deea3a

#463aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#463aea Color CSS Codes

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

#463aea Text Font Color

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

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


#463aea Background Color

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

This div background color is #463aea


#463aea Border Color

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

This div border color is #463aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463aea


Comments

No comments written yet.

Please login to write comment.