Color Hex Logo

#462a63 Color Hex

#462A63
(70,42,99)
0 Favorites   0 Comments

Color spaces of #462a63

RGB 704299
HSL0.750.400.28
HSV269°58°39°
CMYK 0.290.580.00   0.61
XYZ5.60593.858912.2538
Yxy3.85890.25810.1777
Hunter Lab19.644116.5620-23.2337
CIE-Lab23.199425.6653-28.9755

#462a63 color RGB value is (70,42,99).

#462a63 hex color red value is 70, green value is 42 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #462a63 hue: 0.75 , saturation: 0.40 and the lightness value of 462a63 is 0.28.

The process color (four color CMYK) of #462a63 color hex is 0.29, 0.58, 0.00, 0.61. Web safe color of #462a63 is #333366. Color #462a63 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101010 01100011
Octal 106 52 143
Decimal 70 42 99
Hex 46 2A 63

RGB Percentages of Color #462a63

%33.18
%19.91
%46.92

CMYK Percentages of Color #462a63

%29
%58
%0
%61

Triadic Colors of #462a63

#462a63 #63462a #2a6346

Analogous Colors of #462a63

#462a63 #632a63 #2a2b63

Monochromatic Colors of #462a63

#462a63

Complementary Color

#462a63 #47632a

#462a63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462a63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462a63 Color CSS Codes

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

#462a63 Text Font Color

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

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


#462a63 Background Color

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

This div background color is #462a63


#462a63 Border Color

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

This div border color is #462a63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462a63


Comments

No comments written yet.

Please login to write comment.