Color Hex Logo

#4e489d Color Hex

#4E489D
(78,72,157)
0 Favorites   0 Comments

Color spaces of #4e489d

RGB 7872157
HSL0.680.370.45
HSV244°54°62°
CMYK 0.500.540.00   0.38
XYZ11.54518.688832.9669
Yxy8.68880.21700.1633
Hunter Lab29.476818.3283-45.6764
CIE-Lab35.378126.1650-45.7150

#4e489d color RGB value is (78,72,157).

#4e489d hex color red value is 78, green value is 72 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #4e489d hue: 0.68 , saturation: 0.37 and the lightness value of 4e489d is 0.45.

The process color (four color CMYK) of #4e489d color hex is 0.50, 0.54, 0.00, 0.38. Web safe color of #4e489d is #663399. Color #4e489d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01001000 10011101
Octal 116 110 235
Decimal 78 72 157
Hex 4E 48 9D

RGB Percentages of Color #4e489d

%25.41
%23.45
%51.14

CMYK Percentages of Color #4e489d

%50
%54
%0
%38

Triadic Colors of #4e489d

#4e489d #9d4e48 #489d4e

Analogous Colors of #4e489d

#4e489d #79489d #486d9d

Monochromatic Colors of #4e489d

#4e489d

Complementary Color

#4e489d #979d48

#4e489d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e489d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e489d Color CSS Codes

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

#4e489d Text Font Color

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

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


#4e489d Background Color

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

This div background color is #4e489d


#4e489d Border Color

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

This div border color is #4e489d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e489d


Comments

No comments written yet.

Please login to write comment.