Color Hex Logo

#463284 Color Hex

#463284
(70,50,132)
0 Favorites   0 Comments

Color spaces of #463284

RGB 7050132
HSL0.710.450.36
HSV255°62°52°
CMYK 0.470.620.00   0.48
XYZ7.83125.249222.4302
Yxy5.24920.22050.1478
Hunter Lab22.911120.9182-42.0076
CIE-Lab27.433330.3582-43.2344

#463284 color RGB value is (70,50,132).

#463284 hex color red value is 70, green value is 50 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #463284 hue: 0.71 , saturation: 0.45 and the lightness value of 463284 is 0.36.

The process color (four color CMYK) of #463284 color hex is 0.47, 0.62, 0.00, 0.48. Web safe color of #463284 is #333399. Color #463284 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110010 10000100
Octal 106 62 204
Decimal 70 50 132
Hex 46 32 84

RGB Percentages of Color #463284

%27.78
%19.84
%52.38

CMYK Percentages of Color #463284

%47
%62
%0
%48

Triadic Colors of #463284

#463284 #844632 #328446

Analogous Colors of #463284

#463284 #6f3284 #324784

Monochromatic Colors of #463284

#463284

Complementary Color

#463284 #708432

#463284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463284 Color CSS Codes

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

#463284 Text Font Color

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

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


#463284 Background Color

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

This div background color is #463284


#463284 Border Color

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

This div border color is #463284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463284


Comments

No comments written yet.

Please login to write comment.