Color Hex Logo

#4e355e Color Hex

#4E355E
(78,53,94)
0 Favorites   0 Comments

Color spaces of #4e355e

RGB 785394
HSL0.770.280.29
HSV277°44°37°
CMYK 0.170.440.00   0.63
XYZ6.43544.974111.2106
Yxy4.97410.28450.2199
Hunter Lab22.302712.4761-14.1906
CIE-Lab26.660819.9068-20.1857

#4e355e color RGB value is (78,53,94).

#4e355e hex color red value is 78, green value is 53 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #4e355e hue: 0.77 , saturation: 0.28 and the lightness value of 4e355e is 0.29.

The process color (four color CMYK) of #4e355e color hex is 0.17, 0.44, 0.00, 0.63. Web safe color of #4e355e is #663366. Color #4e355e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00110101 01011110
Octal 116 65 136
Decimal 78 53 94
Hex 4E 35 5E

RGB Percentages of Color #4e355e

%34.67
%23.56
%41.78

CMYK Percentages of Color #4e355e

%17
%44
%0
%63

Triadic Colors of #4e355e

#4e355e #5e4e35 #355e4e

Analogous Colors of #4e355e

#4e355e #5e355a #3a355e

Monochromatic Colors of #4e355e

#4e355e

Complementary Color

#4e355e #455e35

#4e355e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e355e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e355e Color CSS Codes

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

#4e355e Text Font Color

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

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


#4e355e Background Color

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

This div background color is #4e355e


#4e355e Border Color

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

This div border color is #4e355e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e355e


Comments

No comments written yet.

Please login to write comment.