Color Hex Logo

#46135e Color Hex

#46135E
(70,19,94)
0 Favorites   0 Comments

Color spaces of #46135e

RGB 701994
HSL0.780.660.22
HSV281°80°37°
CMYK 0.260.800.00   0.63
XYZ4.77902.576010.8350
Yxy2.57600.26270.1416
Hunter Lab16.049925.0625-28.7906
CIE-Lab18.258936.8776-33.6130

#46135e color RGB value is (70,19,94).

#46135e hex color red value is 70, green value is 19 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #46135e hue: 0.78 , saturation: 0.66 and the lightness value of 46135e is 0.22.

The process color (four color CMYK) of #46135e color hex is 0.26, 0.80, 0.00, 0.63. Web safe color of #46135e is #330066. Color #46135e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010011 01011110
Octal 106 23 136
Decimal 70 19 94
Hex 46 13 5E

RGB Percentages of Color #46135e

%38.25
%10.38
%51.37

CMYK Percentages of Color #46135e

%26
%80
%0
%63

Triadic Colors of #46135e

#46135e #5e4613 #135e46

Analogous Colors of #46135e

#46135e #5e1351 #20135e

Monochromatic Colors of #46135e

#46135e

Complementary Color

#46135e #2b5e13

#46135e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46135e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46135e Color CSS Codes

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

#46135e Text Font Color

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

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


#46135e Background Color

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

This div background color is #46135e


#46135e Border Color

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

This div border color is #46135e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,19,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46135e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46135e;
  -webkit-box-shadow: 1px 1px 3px 2px #46135e;
  box-shadow:         1px 1px 3px 2px #46135e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46135e


Comments

No comments written yet.

Please login to write comment.