Color Hex Logo

#4e144d Color Hex

#4E144D
(78,20,77)
0 Favorites   0 Comments

Color spaces of #4e144d

RGB 782077
HSL0.840.590.19
HSV301°74°31°
CMYK 0.000.740.01   0.69
XYZ4.73162.65587.2844
Yxy2.65580.32250.1810
Hunter Lab16.296623.3070-15.0943
CIE-Lab18.609134.7561-21.5202

#4e144d color RGB value is (78,20,77).

#4e144d hex color red value is 78, green value is 20 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #4e144d hue: 0.84 , saturation: 0.59 and the lightness value of 4e144d is 0.19.

The process color (four color CMYK) of #4e144d color hex is 0.00, 0.74, 0.01, 0.69. Web safe color of #4e144d is #660066. Color #4e144d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00010100 01001101
Octal 116 24 115
Decimal 78 20 77
Hex 4E 14 4D

RGB Percentages of Color #4e144d

%44.57
%11.43
%44.00

CMYK Percentages of Color #4e144d

%0
%74
%1
%69

Triadic Colors of #4e144d

#4e144d #4d4e14 #144d4e

Analogous Colors of #4e144d

#4e144d #4e1430 #32144e

Monochromatic Colors of #4e144d

#4e144d

Complementary Color

#4e144d #144e15

#4e144d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e144d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e144d Color CSS Codes

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

#4e144d Text Font Color

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

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


#4e144d Background Color

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

This div background color is #4e144d


#4e144d Border Color

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

This div border color is #4e144d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e144d


Comments

No comments written yet.

Please login to write comment.