Color Hex Logo

#46098a Color Hex

#46098A
(70,9,138)
0 Favorites   0 Comments

Color spaces of #46098a

RGB 709138
HSL0.750.880.29
HSV268°93°54°
CMYK 0.490.930.00   0.46
XYZ7.21093.332424.3079
Yxy3.33240.20690.0956
Hunter Lab18.254938.5637-66.1713
CIE-Lab21.328850.7674-56.9675

#46098a color RGB value is (70,9,138).

#46098a hex color red value is 70, green value is 9 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #46098a hue: 0.75 , saturation: 0.88 and the lightness value of 46098a is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001001 10001010
Octal 106 11 212
Decimal 70 9 138
Hex 46 9 8A

RGB Percentages of Color #46098a

%32.26
%4.15
%63.59

CMYK Percentages of Color #46098a

%49
%93
%0
%46

Triadic Colors of #46098a

#46098a #8a4609 #098a46

Analogous Colors of #46098a

#46098a #87098a #090d8a

Monochromatic Colors of #46098a

#46098a

Complementary Color

#46098a #4d8a09

#46098a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46098a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46098a Color CSS Codes

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

#46098a Text Font Color

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

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


#46098a Background Color

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

This div background color is #46098a


#46098a Border Color

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

This div border color is #46098a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46098a


Comments

No comments written yet.

Please login to write comment.