Color Hex Logo

#4e294f Color Hex

#4E294F
(78,41,79)
0 Favorites   0 Comments

Color spaces of #4e294f

RGB 784179
HSL0.830.320.24
HSV298°48°31°
CMYK 0.010.480.00   0.69
XYZ5.34613.77017.8431
Yxy3.77010.31520.2223
Hunter Lab19.416715.1679-10.3576
CIE-Lab22.896423.9171-16.1531

#4e294f color RGB value is (78,41,79).

#4e294f hex color red value is 78, green value is 41 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #4e294f hue: 0.83 , saturation: 0.32 and the lightness value of 4e294f is 0.24.

The process color (four color CMYK) of #4e294f color hex is 0.01, 0.48, 0.00, 0.69. Web safe color of #4e294f is #663366. Color #4e294f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00101001 01001111
Octal 116 51 117
Decimal 78 41 79
Hex 4E 29 4F

RGB Percentages of Color #4e294f

%39.39
%20.71
%39.90

CMYK Percentages of Color #4e294f

%1
%48
%0
%69

Triadic Colors of #4e294f

#4e294f #4f4e29 #294f4e

Analogous Colors of #4e294f

#4e294f #4f293d #3b294f

Monochromatic Colors of #4e294f

#4e294f

Complementary Color

#4e294f #2a4f29

#4e294f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e294f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e294f Color CSS Codes

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

#4e294f Text Font Color

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

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


#4e294f Background Color

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

This div background color is #4e294f


#4e294f Border Color

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

This div border color is #4e294f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e294f


Comments

No comments written yet.

Please login to write comment.