Color Hex Logo

#4e1342 Color Hex

#4E1342
(78,19,66)
0 Favorites   0 Comments

Color spaces of #4e1342

RGB 781966
HSL0.870.610.19
HSV312°76°31°
CMYK 0.000.760.15   0.69
XYZ4.35812.47885.4030
Yxy2.47880.35610.2025
Hunter Lab15.744221.8576-9.3258
CIE-Lab17.822533.1737-15.1799

#4e1342 color RGB value is (78,19,66).

#4e1342 hex color red value is 78, green value is 19 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #4e1342 hue: 0.87 , saturation: 0.61 and the lightness value of 4e1342 is 0.19.

The process color (four color CMYK) of #4e1342 color hex is 0.00, 0.76, 0.15, 0.69. Web safe color of #4e1342 is #660033. Color #4e1342 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00010011 01000010
Octal 116 23 102
Decimal 78 19 66
Hex 4E 13 42

RGB Percentages of Color #4e1342

%47.85
%11.66
%40.49

CMYK Percentages of Color #4e1342

%0
%76
%15
%69

Triadic Colors of #4e1342

#4e1342 #424e13 #13424e

Analogous Colors of #4e1342

#4e1342 #4e1325 #3d134e

Monochromatic Colors of #4e1342

#4e1342

Complementary Color

#4e1342 #134e1f

#4e1342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e1342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e1342 Color CSS Codes

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

#4e1342 Text Font Color

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

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


#4e1342 Background Color

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

This div background color is #4e1342


#4e1342 Border Color

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

This div border color is #4e1342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e1342


Comments

No comments written yet.

Please login to write comment.