Color Hex Logo

#462ade Color Hex

#462ADE
(70,42,222)
0 Favorites   0 Comments

Color spaces of #462ade

RGB 7042222
HSL0.690.730.52
HSV249°81°87°
CMYK 0.680.810.00   0.13
XYZ16.53868.231969.8245
Yxy8.23190.17480.0870
Hunter Lab28.691352.6835-124.2071
CIE-Lab34.461361.6355-85.4675

#462ade color RGB value is (70,42,222).

#462ade hex color red value is 70, green value is 42 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #462ade hue: 0.69 , saturation: 0.73 and the lightness value of 462ade is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101010 11011110
Octal 106 52 336
Decimal 70 42 222
Hex 46 2A DE

RGB Percentages of Color #462ade

%20.96
%12.57
%66.47

CMYK Percentages of Color #462ade

%68
%81
%0
%13

Triadic Colors of #462ade

#462ade #de462a #2ade46

Analogous Colors of #462ade

#462ade #a02ade #2a68de

Monochromatic Colors of #462ade

#462ade

Complementary Color

#462ade #c2de2a

#462ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#462ade Color CSS Codes

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

#462ade Text Font Color

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

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


#462ade Background Color

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

This div background color is #462ade


#462ade Border Color

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

This div border color is #462ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462ade


Comments

No comments written yet.

Please login to write comment.