Color Hex Logo

#461aae Color Hex

#461AAE
(70,26,174)
0 Favorites   0 Comments

Color spaces of #461aae

RGB 7026174
HSL0.720.740.39
HSV258°85°68°
CMYK 0.600.850.00   0.32
XYZ10.53525.096940.4729
Yxy5.09690.18780.0908
Hunter Lab22.576343.7882-90.4867
CIE-Lab27.009154.7968-69.6484

#461aae color RGB value is (70,26,174).

#461aae hex color red value is 70, green value is 26 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #461aae hue: 0.72 , saturation: 0.74 and the lightness value of 461aae is 0.39.

The process color (four color CMYK) of #461aae color hex is 0.60, 0.85, 0.00, 0.32. Web safe color of #461aae is #333399. Color #461aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011010 10101110
Octal 106 32 256
Decimal 70 26 174
Hex 46 1A AE

RGB Percentages of Color #461aae

%25.93
%9.63
%64.44

CMYK Percentages of Color #461aae

%60
%85
%0
%32

Triadic Colors of #461aae

#461aae #ae461a #1aae46

Analogous Colors of #461aae

#461aae #901aae #1a38ae

Monochromatic Colors of #461aae

#461aae

Complementary Color

#461aae #82ae1a

#461aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#461aae Color CSS Codes

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

#461aae Text Font Color

<p style="color:#461aae">Text here</p>

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


#461aae Background Color

<div style="background-color:#461aae">
Div content here</div>

This div background color is #461aae


#461aae Border Color

<div style="border:3px solid #461aae">
Div here</div>

This div border color is #461aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,26,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #461aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #461aae;
  -webkit-box-shadow: 1px 1px 3px 2px #461aae;
  box-shadow:         1px 1px 3px 2px #461aae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461aae


Comments

No comments written yet.

Please login to write comment.