Color Hex Logo

#46255e Color Hex

#46255E
(70,37,94)
0 Favorites   0 Comments

Color spaces of #46255e

RGB 703794
HSL0.760.440.26
HSV275°61°37°
CMYK 0.260.610.00   0.63
XYZ5.20773.433410.9779
Yxy3.43340.26540.1750
Hunter Lab18.529417.7409-22.1562
CIE-Lab21.702227.3969-28.0820

#46255e color RGB value is (70,37,94).

#46255e hex color red value is 70, green value is 37 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #46255e hue: 0.76 , saturation: 0.44 and the lightness value of 46255e is 0.26.

The process color (four color CMYK) of #46255e color hex is 0.26, 0.61, 0.00, 0.63. Web safe color of #46255e is #333366. Color #46255e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100101 01011110
Octal 106 45 136
Decimal 70 37 94
Hex 46 25 5E

RGB Percentages of Color #46255e

%34.83
%18.41
%46.77

CMYK Percentages of Color #46255e

%26
%61
%0
%63

Triadic Colors of #46255e

#46255e #5e4625 #255e46

Analogous Colors of #46255e

#46255e #5e2559 #2a255e

Monochromatic Colors of #46255e

#46255e

Complementary Color

#46255e #3d5e25

#46255e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46255e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46255e Color CSS Codes

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

#46255e Text Font Color

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

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


#46255e Background Color

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

This div background color is #46255e


#46255e Border Color

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

This div border color is #46255e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46255e


Comments

No comments written yet.

Please login to write comment.