Color Hex Logo

#4e5080 Color Hex

#4E5080
(78,80,128)
0 Favorites   0 Comments

Color spaces of #4e5080

RGB 7880128
HSL0.660.240.40
HSV238°39°50°
CMYK 0.390.380.00   0.50
XYZ9.90688.915521.6208
Yxy8.91550.24500.2204
Hunter Lab29.85886.9712-22.0307
CIE-Lab35.821111.9403-27.3344

#4e5080 color RGB value is (78,80,128).

#4e5080 hex color red value is 78, green value is 80 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #4e5080 hue: 0.66 , saturation: 0.24 and the lightness value of 4e5080 is 0.40.

The process color (four color CMYK) of #4e5080 color hex is 0.39, 0.38, 0.00, 0.50. Web safe color of #4e5080 is #666699. Color #4e5080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01010000 10000000
Octal 116 120 200
Decimal 78 80 128
Hex 4E 50 80

RGB Percentages of Color #4e5080

%27.27
%27.97
%44.76

CMYK Percentages of Color #4e5080

%39
%38
%0
%50

Triadic Colors of #4e5080

#4e5080 #804e50 #50804e

Analogous Colors of #4e5080

#4e5080 #654e80 #4e6980

Monochromatic Colors of #4e5080

#4e5080

Complementary Color

#4e5080 #807e4e

#4e5080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e5080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e5080 Color CSS Codes

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

#4e5080 Text Font Color

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

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


#4e5080 Background Color

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

This div background color is #4e5080


#4e5080 Border Color

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

This div border color is #4e5080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e5080


Comments

No comments written yet.

Please login to write comment.