Color Hex Logo

#4e437e Color Hex

#4E437E
(78,67,126)
0 Favorites   0 Comments

Color spaces of #4e437e

RGB 7867126
HSL0.700.310.38
HSV251°47°49°
CMYK 0.380.470.00   0.51
XYZ8.91497.140420.6470
Yxy7.14040.24290.1945
Hunter Lab26.721512.7889-27.1067
CIE-Lab32.124419.7433-31.9292

#4e437e color RGB value is (78,67,126).

#4e437e hex color red value is 78, green value is 67 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #4e437e hue: 0.70 , saturation: 0.31 and the lightness value of 4e437e is 0.38.

The process color (four color CMYK) of #4e437e color hex is 0.38, 0.47, 0.00, 0.51. Web safe color of #4e437e is #663366. Color #4e437e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01000011 01111110
Octal 116 103 176
Decimal 78 67 126
Hex 4E 43 7E

RGB Percentages of Color #4e437e

%28.78
%24.72
%46.49

CMYK Percentages of Color #4e437e

%38
%47
%0
%51

Triadic Colors of #4e437e

#4e437e #7e4e43 #437e4e

Analogous Colors of #4e437e

#4e437e #6c437e #43567e

Monochromatic Colors of #4e437e

#4e437e

Complementary Color

#4e437e #737e43

#4e437e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e437e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e437e Color CSS Codes

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

#4e437e Text Font Color

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

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


#4e437e Background Color

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

This div background color is #4e437e


#4e437e Border Color

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

This div border color is #4e437e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e437e

#4e437e Color Palettes


Comments

No comments written yet.

Please login to write comment.