Color Hex Logo

#462561 Color Hex

#462561
(70,37,97)
0 Favorites   0 Comments

Color spaces of #462561

RGB 703797
HSL0.760.450.26
HSV273°62°38°
CMYK 0.280.620.00   0.62
XYZ5.34503.488311.7009
Yxy3.48830.26030.1699
Hunter Lab18.677018.3986-24.0705
CIE-Lab21.902028.1898-29.7376

#462561 color RGB value is (70,37,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100101 01100001
Octal 106 45 141
Decimal 70 37 97
Hex 46 25 61

RGB Percentages of Color #462561

%34.31
%18.14
%47.55

CMYK Percentages of Color #462561

%28
%62
%0
%62

Triadic Colors of #462561

#462561 #614625 #256146

Analogous Colors of #462561

#462561 #61255e #282561

Monochromatic Colors of #462561

#462561

Complementary Color

#462561 #406125

#462561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462561 Color CSS Codes

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

#462561 Text Font Color

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

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


#462561 Background Color

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

This div background color is #462561


#462561 Border Color

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

This div border color is #462561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462561


Comments

No comments written yet.

Please login to write comment.