Color Hex Logo

#462262 Color Hex

#462262
(70,34,98)
0 Favorites   0 Comments

Color spaces of #462262

RGB 703498
HSL0.760.480.26
HSV274°65°38°
CMYK 0.290.650.00   0.62
XYZ5.30243.328011.9182
Yxy3.32800.25800.1620
Hunter Lab18.242819.9574-25.9648
CIE-Lab21.312330.2214-31.3394

#462262 color RGB value is (70,34,98).

#462262 hex color red value is 70, green value is 34 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #462262 hue: 0.76 , saturation: 0.48 and the lightness value of 462262 is 0.26.

The process color (four color CMYK) of #462262 color hex is 0.29, 0.65, 0.00, 0.62. Web safe color of #462262 is #333366. Color #462262 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100010 01100010
Octal 106 42 142
Decimal 70 34 98
Hex 46 22 62

RGB Percentages of Color #462262

%34.65
%16.83
%48.51

CMYK Percentages of Color #462262

%29
%65
%0
%62

Triadic Colors of #462262

#462262 #624622 #226246

Analogous Colors of #462262

#462262 #62225e #262262

Monochromatic Colors of #462262

#462262

Complementary Color

#462262 #3e6222

#462262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462262 Color CSS Codes

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

#462262 Text Font Color

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

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


#462262 Background Color

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

This div background color is #462262


#462262 Border Color

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

This div border color is #462262


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,34,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #462262; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #462262;
  -webkit-box-shadow: 1px 1px 3px 2px #462262;
  box-shadow:         1px 1px 3px 2px #462262; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462262


Comments

No comments written yet.

Please login to write comment.