Color Hex Logo

#461ade Color Hex

#461ADE
(70,26,222)
0 Favorites   0 Comments

Color spaces of #461ade

RGB 7026222
HSL0.700.790.49
HSV253°88°87°
CMYK 0.680.880.00   0.13
XYZ16.08007.314869.6716
Yxy7.31480.17280.0786
Hunter Lab27.045958.7960-133.8020
CIE-Lab32.513167.4285-88.7004

#461ade color RGB value is (70,26,222).

#461ade hex color red value is 70, green value is 26 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #461ade hue: 0.70 , saturation: 0.79 and the lightness value of 461ade is 0.49.

The process color (four color CMYK) of #461ade color hex is 0.68, 0.88, 0.00, 0.13. Web safe color of #461ade is #3333cc. Color #461ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011010 11011110
Octal 106 32 336
Decimal 70 26 222
Hex 46 1A DE

RGB Percentages of Color #461ade

%22.01
%8.18
%69.81

CMYK Percentages of Color #461ade

%68
%88
%0
%13

Triadic Colors of #461ade

#461ade #de461a #1ade46

Analogous Colors of #461ade

#461ade #a81ade #1a50de

Monochromatic Colors of #461ade

#461ade

Complementary Color

#461ade #b2de1a

#461ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#461ade Color CSS Codes

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

#461ade Text Font Color

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

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


#461ade Background Color

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

This div background color is #461ade


#461ade Border Color

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

This div border color is #461ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461ade


Comments

No comments written yet.

Please login to write comment.