Color Hex Logo

#463ead Color Hex

#463EAD
(70,62,173)
0 Favorites   0 Comments

Color spaces of #463ead

RGB 7062173
HSL0.680.470.46
HSV244°64°68°
CMYK 0.600.640.00   0.32
XYZ11.79127.764540.4124
Yxy7.76450.19660.1295
Hunter Lab27.864926.7700-66.4829
CIE-Lab33.487536.0611-58.4069

#463ead color RGB value is (70,62,173).

#463ead hex color red value is 70, green value is 62 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #463ead hue: 0.68 , saturation: 0.47 and the lightness value of 463ead is 0.46.

The process color (four color CMYK) of #463ead color hex is 0.60, 0.64, 0.00, 0.32. Web safe color of #463ead is #333399. Color #463ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111110 10101101
Octal 106 76 255
Decimal 70 62 173
Hex 46 3E AD

RGB Percentages of Color #463ead

%22.95
%20.33
%56.72

CMYK Percentages of Color #463ead

%60
%64
%0
%32

Triadic Colors of #463ead

#463ead #ad463e #3ead46

Analogous Colors of #463ead

#463ead #7e3ead #3e6ead

Monochromatic Colors of #463ead

#463ead

Complementary Color

#463ead #a5ad3e

#463ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#463ead Color CSS Codes

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

#463ead Text Font Color

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

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


#463ead Background Color

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

This div background color is #463ead


#463ead Border Color

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

This div border color is #463ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463ead


Comments

No comments written yet.

Please login to write comment.