Color Hex Logo

#46325f Color Hex

#46325F
(70,50,95)
0 Favorites   0 Comments

Color spaces of #46325f

RGB 705095
HSL0.740.310.28
HSV267°47°37°
CMYK 0.260.470.00   0.63
XYZ5.73194.409511.3755
Yxy4.40950.26640.2049
Hunter Lab20.998811.9760-17.4195
CIE-Lab24.981519.4312-23.5385

#46325f color RGB value is (70,50,95).

#46325f hex color red value is 70, green value is 50 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #46325f hue: 0.74 , saturation: 0.31 and the lightness value of 46325f is 0.28.

The process color (four color CMYK) of #46325f color hex is 0.26, 0.47, 0.00, 0.63. Web safe color of #46325f is #333366. Color #46325f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110010 01011111
Octal 106 62 137
Decimal 70 50 95
Hex 46 32 5F

RGB Percentages of Color #46325f

%32.56
%23.26
%44.19

CMYK Percentages of Color #46325f

%26
%47
%0
%63

Triadic Colors of #46325f

#46325f #5f4632 #325f46

Analogous Colors of #46325f

#46325f #5d325f #32345f

Monochromatic Colors of #46325f

#46325f

Complementary Color

#46325f #4b5f32

#46325f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46325f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46325f Color CSS Codes

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

#46325f Text Font Color

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

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


#46325f Background Color

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

This div background color is #46325f


#46325f Border Color

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

This div border color is #46325f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,50,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46325f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46325f;
  -webkit-box-shadow: 1px 1px 3px 2px #46325f;
  box-shadow:         1px 1px 3px 2px #46325f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46325f


Comments

No comments written yet.

Please login to write comment.