Color Hex Logo

#4e124d Color Hex

#4E124D
(78,18,77)
0 Favorites   0 Comments

Color spaces of #4e124d

RGB 781877
HSL0.840.630.19
HSV301°77°31°
CMYK 0.000.770.01   0.69
XYZ4.69772.58817.2731
Yxy2.58810.32270.1778
Hunter Lab16.087623.9702-15.5434
CIE-Lab18.312435.5943-21.9896

#4e124d color RGB value is (78,18,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 00010010 01001101
Octal 116 22 115
Decimal 78 18 77
Hex 4E 12 4D

RGB Percentages of Color #4e124d

%45.09
%10.40
%44.51

CMYK Percentages of Color #4e124d

%0
%77
%1
%69

Triadic Colors of #4e124d

#4e124d #4d4e12 #124d4e

Analogous Colors of #4e124d

#4e124d #4e122f #31124e

Monochromatic Colors of #4e124d

#4e124d

Complementary Color

#4e124d #124e13

#4e124d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e124d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e124d Color CSS Codes

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

#4e124d Text Font Color

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

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


#4e124d Background Color

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

This div background color is #4e124d


#4e124d Border Color

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

This div border color is #4e124d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e124d


Comments

No comments written yet.

Please login to write comment.