Color Hex Logo

#46348a Color Hex

#46348A
(70,52,138)
0 Favorites   0 Comments

Color spaces of #46348a

RGB 7052138
HSL0.700.450.37
HSV253°62°54°
CMYK 0.490.620.00   0.46
XYZ8.34125.593124.6847
Yxy5.59310.21600.1448
Hunter Lab23.649721.5694-45.3298
CIE-Lab28.361830.9800-45.4653

#46348a color RGB value is (70,52,138).

#46348a hex color red value is 70, green value is 52 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #46348a hue: 0.70 , saturation: 0.45 and the lightness value of 46348a is 0.37.

The process color (four color CMYK) of #46348a color hex is 0.49, 0.62, 0.00, 0.46. Web safe color of #46348a is #333399. Color #46348a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110100 10001010
Octal 106 64 212
Decimal 70 52 138
Hex 46 34 8A

RGB Percentages of Color #46348a

%26.92
%20.00
%53.08

CMYK Percentages of Color #46348a

%49
%62
%0
%46

Triadic Colors of #46348a

#46348a #8a4634 #348a46

Analogous Colors of #46348a

#46348a #71348a #344d8a

Monochromatic Colors of #46348a

#46348a

Complementary Color

#46348a #788a34

#46348a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46348a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46348a Color CSS Codes

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

#46348a Text Font Color

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

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


#46348a Background Color

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

This div background color is #46348a


#46348a Border Color

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

This div border color is #46348a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,52,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 #46348a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46348a


Comments

No comments written yet.

Please login to write comment.