Color Hex Logo

#4e294b Color Hex

#4E294B
(78,41,75)
0 Favorites   0 Comments

Color spaces of #4e294b

RGB 784175
HSL0.850.310.23
HSV305°47°31°
CMYK 0.000.470.04   0.69
XYZ5.20483.71367.0991
Yxy3.71360.32490.2318
Hunter Lab19.270714.4871-8.3522
CIE-Lab22.701123.0560-13.7706

#4e294b color RGB value is (78,41,75).

#4e294b hex color red value is 78, green value is 41 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #4e294b hue: 0.85 , saturation: 0.31 and the lightness value of 4e294b is 0.23.

The process color (four color CMYK) of #4e294b color hex is 0.00, 0.47, 0.04, 0.69. Web safe color of #4e294b is #663333. Color #4e294b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00101001 01001011
Octal 116 51 113
Decimal 78 41 75
Hex 4E 29 4B

RGB Percentages of Color #4e294b

%40.21
%21.13
%38.66

CMYK Percentages of Color #4e294b

%0
%47
%4
%69

Triadic Colors of #4e294b

#4e294b #4b4e29 #294b4e

Analogous Colors of #4e294b

#4e294b #4e2939 #3f294e

Monochromatic Colors of #4e294b

#4e294b

Complementary Color

#4e294b #294e2c

#4e294b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e294b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e294b Color CSS Codes

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

#4e294b Text Font Color

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

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


#4e294b Background Color

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

This div background color is #4e294b


#4e294b Border Color

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

This div border color is #4e294b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e294b


Comments

No comments written yet.

Please login to write comment.