Color Hex Logo

#462add Color Hex

#462ADD
(70,42,221)
0 Favorites   0 Comments

Color spaces of #462add

RGB 7042221
HSL0.690.720.52
HSV249°81°87°
CMYK 0.680.810.00   0.13
XYZ16.40498.178569.1206
Yxy8.17850.17510.0873
Hunter Lab28.598152.3475-123.2833
CIE-Lab34.351961.3526-85.0745

#462add color RGB value is (70,42,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101010 11011101
Octal 106 52 335
Decimal 70 42 221
Hex 46 2A DD

RGB Percentages of Color #462add

%21.02
%12.61
%66.37

CMYK Percentages of Color #462add

%68
%81
%0
%13

Triadic Colors of #462add

#462add #dd462a #2add46

Analogous Colors of #462add

#462add #a02add #2a68dd

Monochromatic Colors of #462add

#462add

Complementary Color

#462add #c1dd2a

#462add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462add Color Preview on White Background

Lorem ipsum dolor sit amet.

#462add Color CSS Codes

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

#462add Text Font Color

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

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


#462add Background Color

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

This div background color is #462add


#462add Border Color

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

This div border color is #462add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462add


Comments

No comments written yet.

Please login to write comment.