Color Hex Logo

#4e4166 Color Hex

#4E4166
(78,65,102)
0 Favorites   0 Comments

Color spaces of #4e4166

RGB 7865102
HSL0.730.220.33
HSV261°36°40°
CMYK 0.240.360.00   0.60
XYZ7.43056.359613.4063
Yxy6.35960.27320.2338
Hunter Lab25.21828.4627-13.8664
CIE-Lab30.302214.2162-19.6664

#4e4166 color RGB value is (78,65,102).

#4e4166 hex color red value is 78, green value is 65 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #4e4166 hue: 0.73 , saturation: 0.22 and the lightness value of 4e4166 is 0.33.

The process color (four color CMYK) of #4e4166 color hex is 0.24, 0.36, 0.00, 0.60. Web safe color of #4e4166 is #663366. Color #4e4166 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01000001 01100110
Octal 116 101 146
Decimal 78 65 102
Hex 4E 41 66

RGB Percentages of Color #4e4166

%31.84
%26.53
%41.63

CMYK Percentages of Color #4e4166

%24
%36
%0
%60

Triadic Colors of #4e4166

#4e4166 #664e41 #41664e

Analogous Colors of #4e4166

#4e4166 #614166 #414666

Monochromatic Colors of #4e4166

#4e4166

Complementary Color

#4e4166 #596641

#4e4166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e4166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e4166 Color CSS Codes

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

#4e4166 Text Font Color

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

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


#4e4166 Background Color

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

This div background color is #4e4166


#4e4166 Border Color

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

This div border color is #4e4166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e4166


Comments

No comments written yet.

Please login to write comment.