Color Hex Logo

#460381 Color Hex

#460381
(70,3,129)
0 Favorites   0 Comments

Color spaces of #460381

RGB 703129
HSL0.760.950.26
HSV272°98°51°
CMYK 0.460.980.00   0.49
XYZ6.52082.952220.9950
Yxy2.95220.21400.0969
Hunter Lab17.182037.6748-60.4203
CIE-Lab19.851450.1552-53.7315

#460381 color RGB value is (70,3,129).

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

The process color (four color CMYK) of #460381 color hex is 0.46, 0.98, 0.00, 0.49. Web safe color of #460381 is #330099. Color #460381 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000011 10000001
Octal 106 3 201
Decimal 70 3 129
Hex 46 3 81

RGB Percentages of Color #460381

%34.65
%1.49
%63.86

CMYK Percentages of Color #460381

%46
%98
%0
%49

Triadic Colors of #460381

#460381 #814603 #038146

Analogous Colors of #460381

#460381 #81037d #070381

Monochromatic Colors of #460381

#460381

Complementary Color

#460381 #3e8103

#460381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460381 Color CSS Codes

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

#460381 Text Font Color

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

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


#460381 Background Color

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

This div background color is #460381


#460381 Border Color

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

This div border color is #460381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460381


Comments

No comments written yet.

Please login to write comment.