Color Hex Logo

#462aac Color Hex

#462AAC
(70,42,172)
0 Favorites   0 Comments

Color spaces of #462aac

RGB 7042172
HSL0.700.610.42
HSV253°76°67°
CMYK 0.590.760.00   0.33
XYZ10.80015.936639.6064
Yxy5.93660.19170.1054
Hunter Lab24.365136.4830-79.3224
CIE-Lab29.251947.1256-64.7477

#462aac color RGB value is (70,42,172).

#462aac hex color red value is 70, green value is 42 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #462aac hue: 0.70 , saturation: 0.61 and the lightness value of 462aac is 0.42.

The process color (four color CMYK) of #462aac color hex is 0.59, 0.76, 0.00, 0.33. Web safe color of #462aac is #333399. Color #462aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101010 10101100
Octal 106 52 254
Decimal 70 42 172
Hex 46 2A AC

RGB Percentages of Color #462aac

%24.65
%14.79
%60.56

CMYK Percentages of Color #462aac

%59
%76
%0
%33

Triadic Colors of #462aac

#462aac #ac462a #2aac46

Analogous Colors of #462aac

#462aac #872aac #2a4fac

Monochromatic Colors of #462aac

#462aac

Complementary Color

#462aac #90ac2a

#462aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#462aac Color CSS Codes

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

#462aac Text Font Color

<p style="color:#462aac">Text here</p>

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


#462aac Background Color

<div style="background-color:#462aac">
Div content here</div>

This div background color is #462aac


#462aac Border Color

<div style="border:3px solid #462aac">
Div here</div>

This div border color is #462aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,42,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 #462aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462aac


Comments

No comments written yet.

Please login to write comment.