Color Hex Logo

#462ad4 Color Hex

#462AD4
(70,42,212)
0 Favorites   0 Comments

Color spaces of #462ad4

RGB 7042212
HSL0.690.670.50
HSV250°80°83°
CMYK 0.670.800.00   0.17
XYZ15.23747.711562.9727
Yxy7.71150.17730.0898
Hunter Lab27.769649.3476-115.0124
CIE-Lab33.374758.7975-81.5041

#462ad4 color RGB value is (70,42,212).

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

The process color (four color CMYK) of #462ad4 color hex is 0.67, 0.80, 0.00, 0.17. Web safe color of #462ad4 is #3333cc. Color #462ad4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101010 11010100
Octal 106 52 324
Decimal 70 42 212
Hex 46 2A D4

RGB Percentages of Color #462ad4

%21.60
%12.96
%65.43

CMYK Percentages of Color #462ad4

%67
%80
%0
%17

Triadic Colors of #462ad4

#462ad4 #d4462a #2ad446

Analogous Colors of #462ad4

#462ad4 #9b2ad4 #2a63d4

Monochromatic Colors of #462ad4

#462ad4

Complementary Color

#462ad4 #b8d42a

#462ad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462ad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462ad4 Color CSS Codes

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

#462ad4 Text Font Color

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

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


#462ad4 Background Color

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

This div background color is #462ad4


#462ad4 Border Color

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

This div border color is #462ad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462ad4


Comments

No comments written yet.

Please login to write comment.