Color Hex Logo

#4e306e Color Hex

#4E306E
(78,48,110)
0 Favorites   0 Comments

Color spaces of #4e306e

RGB 7848110
HSL0.750.390.31
HSV269°56°43°
CMYK 0.290.560.00   0.57
XYZ7.01334.859415.3202
Yxy4.85940.25790.1787
Hunter Lab22.044018.2126-25.7746
CIE-Lab26.330427.2573-31.0401

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

#4e306e hex color red value is 78, green value is 48 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #4e306e hue: 0.75 , saturation: 0.39 and the lightness value of 4e306e is 0.31.

The process color (four color CMYK) of #4e306e color hex is 0.29, 0.56, 0.00, 0.57. Web safe color of #4e306e is #663366. Color #4e306e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00110000 01101110
Octal 116 60 156
Decimal 78 48 110
Hex 4E 30 6E

RGB Percentages of Color #4e306e

%33.05
%20.34
%46.61

CMYK Percentages of Color #4e306e

%29
%56
%0
%57

Triadic Colors of #4e306e

#4e306e #6e4e30 #306e4e

Analogous Colors of #4e306e

#4e306e #6d306e #30316e

Monochromatic Colors of #4e306e

#4e306e

Complementary Color

#4e306e #506e30

#4e306e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e306e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e306e Color CSS Codes

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

#4e306e Text Font Color

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

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


#4e306e Background Color

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

This div background color is #4e306e


#4e306e Border Color

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

This div border color is #4e306e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,48,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 #4e306e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e306e


Comments

No comments written yet.

Please login to write comment.