Color Hex Logo

#4e192a Color Hex

#4E192A
(78,25,42)
0 Favorites   0 Comments

Color spaces of #4e192a

RGB 782542
HSL0.950.510.20
HSV341°68°31°
CMYK 0.000.680.46   0.69
XYZ3.90742.48212.4636
Yxy2.48210.44140.2804
Hunter Lab15.754716.70001.7569
CIE-Lab17.837526.71411.7730

#4e192a color RGB value is (78,25,42).

#4e192a hex color red value is 78, green value is 25 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #4e192a hue: 0.95 , saturation: 0.51 and the lightness value of 4e192a is 0.20.

The process color (four color CMYK) of #4e192a color hex is 0.00, 0.68, 0.46, 0.69. Web safe color of #4e192a is #660033. Color #4e192a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00011001 00101010
Octal 116 31 52
Decimal 78 25 42
Hex 4E 19 2A

RGB Percentages of Color #4e192a

%53.79
%17.24
%28.97

CMYK Percentages of Color #4e192a

%0
%68
%46
%69

Triadic Colors of #4e192a

#4e192a #2a4e19 #192a4e

Analogous Colors of #4e192a

#4e192a #4e2319 #4e1945

Monochromatic Colors of #4e192a

#4e192a

Complementary Color

#4e192a #194e3d

#4e192a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e192a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e192a Color CSS Codes

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

#4e192a Text Font Color

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

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


#4e192a Background Color

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

This div background color is #4e192a


#4e192a Border Color

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

This div border color is #4e192a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e192a


Comments

No comments written yet.

Please login to write comment.