Color Hex Logo

#460886 Color Hex

#460886
(70,8,134)
0 Favorites   0 Comments

Color spaces of #460886

RGB 708134
HSL0.750.890.28
HSV270°94°53°
CMYK 0.480.940.00   0.47
XYZ6.91573.197022.8068
Yxy3.19700.21010.0971
Hunter Lab17.880237.7501-63.1105
CIE-Lab20.816250.0480-55.3006

#460886 color RGB value is (70,8,134).

#460886 hex color red value is 70, green value is 8 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #460886 hue: 0.75 , saturation: 0.89 and the lightness value of 460886 is 0.28.

The process color (four color CMYK) of #460886 color hex is 0.48, 0.94, 0.00, 0.47. Web safe color of #460886 is #330099. Color #460886 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001000 10000110
Octal 106 10 206
Decimal 70 8 134
Hex 46 8 86

RGB Percentages of Color #460886

%33.02
%3.77
%63.21

CMYK Percentages of Color #460886

%48
%94
%0
%47

Triadic Colors of #460886

#460886 #864608 #088646

Analogous Colors of #460886

#460886 #850886 #080986

Monochromatic Colors of #460886

#460886

Complementary Color

#460886 #488608

#460886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460886 Color CSS Codes

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

#460886 Text Font Color

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

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


#460886 Background Color

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

This div background color is #460886


#460886 Border Color

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

This div border color is #460886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460886


Comments

No comments written yet.

Please login to write comment.