Color Hex Logo

#461090 Color Hex

#461090
(70,16,144)
0 Favorites   0 Comments

Color spaces of #461090

RGB 7016144
HSL0.740.800.31
HSV265°89°56°
CMYK 0.510.890.00   0.44
XYZ7.74513.686326.6889
Yxy3.68630.20320.0967
Hunter Lab19.199738.4067-68.9772
CIE-Lab22.606050.3650-58.6041

#461090 color RGB value is (70,16,144).

#461090 hex color red value is 70, green value is 16 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #461090 hue: 0.74 , saturation: 0.80 and the lightness value of 461090 is 0.31.

The process color (four color CMYK) of #461090 color hex is 0.51, 0.89, 0.00, 0.44. Web safe color of #461090 is #330099. Color #461090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010000 10010000
Octal 106 20 220
Decimal 70 16 144
Hex 46 10 90

RGB Percentages of Color #461090

%30.43
%6.96
%62.61

CMYK Percentages of Color #461090

%51
%89
%0
%44

Triadic Colors of #461090

#461090 #904610 #109046

Analogous Colors of #461090

#461090 #861090 #101a90

Monochromatic Colors of #461090

#461090

Complementary Color

#461090 #5a9010

#461090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#461090 Color CSS Codes

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

#461090 Text Font Color

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

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


#461090 Background Color

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

This div background color is #461090


#461090 Border Color

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

This div border color is #461090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461090


Comments

No comments written yet.

Please login to write comment.