Color Hex Logo

#4e376d Color Hex

#4E376D
(78,55,109)
0 Favorites   0 Comments

Color spaces of #4e376d

RGB 7855109
HSL0.740.330.32
HSV266°50°43°
CMYK 0.280.500.00   0.57
XYZ7.26845.456215.1381
Yxy5.45620.26090.1958
Hunter Lab23.358514.6659-22.0735
CIE-Lab27.996822.5869-27.7531

#4e376d color RGB value is (78,55,109).

#4e376d hex color red value is 78, green value is 55 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #4e376d hue: 0.74 , saturation: 0.33 and the lightness value of 4e376d is 0.32.

The process color (four color CMYK) of #4e376d color hex is 0.28, 0.50, 0.00, 0.57. Web safe color of #4e376d is #663366. Color #4e376d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00110111 01101101
Octal 116 67 155
Decimal 78 55 109
Hex 4E 37 6D

RGB Percentages of Color #4e376d

%32.23
%22.73
%45.04

CMYK Percentages of Color #4e376d

%28
%50
%0
%57

Triadic Colors of #4e376d

#4e376d #6d4e37 #376d4e

Analogous Colors of #4e376d

#4e376d #69376d #373b6d

Monochromatic Colors of #4e376d

#4e376d

Complementary Color

#4e376d #566d37

#4e376d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e376d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e376d Color CSS Codes

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

#4e376d Text Font Color

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

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


#4e376d Background Color

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

This div background color is #4e376d


#4e376d Border Color

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

This div border color is #4e376d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e376d


Comments

No comments written yet.

Please login to write comment.