Color Hex Logo

#46185a Color Hex

#46185A
(70,24,90)
1 Favorites   0 Comments

Color spaces of #46185a

RGB 702490
HSL0.780.580.22
HSV282°73°35°
CMYK 0.220.730.00   0.65
XYZ4.69792.69359.9452
Yxy2.69350.27100.1554
Hunter Lab16.411922.3748-24.4400
CIE-Lab18.772133.6158-30.1184

#46185a color RGB value is (70,24,90).

#46185a hex color red value is 70, green value is 24 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #46185a hue: 0.78 , saturation: 0.58 and the lightness value of 46185a is 0.22.

The process color (four color CMYK) of #46185a color hex is 0.22, 0.73, 0.00, 0.65. Web safe color of #46185a is #330066. Color #46185a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011000 01011010
Octal 106 30 132
Decimal 70 24 90
Hex 46 18 5A

RGB Percentages of Color #46185a

%38.04
%13.04
%48.91

CMYK Percentages of Color #46185a

%22
%73
%0
%65

Triadic Colors of #46185a

#46185a #5a4618 #185a46

Analogous Colors of #46185a

#46185a #5a184d #25185a

Monochromatic Colors of #46185a

#46185a

Complementary Color

#46185a #2c5a18

#46185a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46185a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46185a Color CSS Codes

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

#46185a Text Font Color

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

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


#46185a Background Color

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

This div background color is #46185a


#46185a Border Color

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

This div border color is #46185a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46185a


Comments

No comments written yet.

Please login to write comment.