Color Hex Logo

#463eac Color Hex

#463EAC
(70,62,172)
0 Favorites   0 Comments

Color spaces of #463eac

RGB 7062172
HSL0.680.470.46
HSV244°64°67°
CMYK 0.590.640.00   0.33
XYZ11.69487.725939.9046
Yxy7.72590.19710.1302
Hunter Lab27.795526.4607-65.6628
CIE-Lab33.405435.7337-57.9440

#463eac color RGB value is (70,62,172).

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

The process color (four color CMYK) of #463eac color hex is 0.59, 0.64, 0.00, 0.33. Web safe color of #463eac is #333399. Color #463eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111110 10101100
Octal 106 76 254
Decimal 70 62 172
Hex 46 3E AC

RGB Percentages of Color #463eac

%23.03
%20.39
%56.58

CMYK Percentages of Color #463eac

%59
%64
%0
%33

Triadic Colors of #463eac

#463eac #ac463e #3eac46

Analogous Colors of #463eac

#463eac #7d3eac #3e6dac

Monochromatic Colors of #463eac

#463eac

Complementary Color

#463eac #a4ac3e

#463eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#463eac Color CSS Codes

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

#463eac Text Font Color

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

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


#463eac Background Color

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

This div background color is #463eac


#463eac Border Color

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

This div border color is #463eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463eac


Comments

No comments written yet.

Please login to write comment.