Color Hex Logo

#463983 Color Hex

#463983
(70,57,131)
0 Favorites   0 Comments

Color spaces of #463983

RGB 7057131
HSL0.700.390.37
HSV251°56°51°
CMYK 0.470.560.00   0.49
XYZ8.08565.867022.1790
Yxy5.86700.22380.1624
Hunter Lab24.221917.1974-37.3341
CIE-Lab29.074425.6151-39.9622

#463983 color RGB value is (70,57,131).

#463983 hex color red value is 70, green value is 57 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #463983 hue: 0.70 , saturation: 0.39 and the lightness value of 463983 is 0.37.

The process color (four color CMYK) of #463983 color hex is 0.47, 0.56, 0.00, 0.49. Web safe color of #463983 is #333399. Color #463983 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111001 10000011
Octal 106 71 203
Decimal 70 57 131
Hex 46 39 83

RGB Percentages of Color #463983

%27.13
%22.09
%50.78

CMYK Percentages of Color #463983

%47
%56
%0
%49

Triadic Colors of #463983

#463983 #834639 #398346

Analogous Colors of #463983

#463983 #6b3983 #395183

Monochromatic Colors of #463983

#463983

Complementary Color

#463983 #768339

#463983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463983 Color CSS Codes

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

#463983 Text Font Color

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

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


#463983 Background Color

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

This div background color is #463983


#463983 Border Color

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

This div border color is #463983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463983


Comments

No comments written yet.

Please login to write comment.