Color Hex Logo

#4e046e Color Hex

#4E046E
(78,4,110)
0 Favorites   0 Comments

Color spaces of #4e046e

RGB 784110
HSL0.780.930.22
HSV282°96°43°
CMYK 0.290.960.00   0.57
XYZ5.99982.832314.9823
Yxy2.83230.25190.1189
Hunter Lab16.829434.1848-41.0019
CIE-Lab19.359446.6729-42.2886

#4e046e color RGB value is (78,4,110).

#4e046e hex color red value is 78, green value is 4 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #4e046e hue: 0.78 , saturation: 0.93 and the lightness value of 4e046e is 0.22.

The process color (four color CMYK) of #4e046e color hex is 0.29, 0.96, 0.00, 0.57. Web safe color of #4e046e is #660066. Color #4e046e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00000100 01101110
Octal 116 4 156
Decimal 78 4 110
Hex 4E 4 6E

RGB Percentages of Color #4e046e

%40.63
%2.08
%57.29

CMYK Percentages of Color #4e046e

%29
%96
%0
%57

Triadic Colors of #4e046e

#4e046e #6e4e04 #046e4e

Analogous Colors of #4e046e

#4e046e #6e0459 #19046e

Monochromatic Colors of #4e046e

#4e046e

Complementary Color

#4e046e #246e04

#4e046e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e046e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e046e Color CSS Codes

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

#4e046e Text Font Color

<p style="color:#4e046e">Text here</p>

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


#4e046e Background Color

<div style="background-color:#4e046e">
Div content here</div>

This div background color is #4e046e


#4e046e Border Color

<div style="border:3px solid #4e046e">
Div here</div>

This div border color is #4e046e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,4,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4e046e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4e046e;
  -webkit-box-shadow: 1px 1px 3px 2px #4e046e;
  box-shadow:         1px 1px 3px 2px #4e046e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e046e


Comments

No comments written yet.

Please login to write comment.