Color Hex Logo

#4e0880 Color Hex

#4E0880
(78,8,128)
0 Favorites   0 Comments

Color spaces of #4e0880

RGB 788128
HSL0.760.880.27
HSV275°94°50°
CMYK 0.390.940.00   0.50
XYZ7.12503.351920.6935
Yxy3.35190.22860.1075
Hunter Lab18.308237.4275-54.1989
CIE-Lab21.401449.6103-50.5033

#4e0880 color RGB value is (78,8,128).

#4e0880 hex color red value is 78, green value is 8 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #4e0880 hue: 0.76 , saturation: 0.88 and the lightness value of 4e0880 is 0.27.

The process color (four color CMYK) of #4e0880 color hex is 0.39, 0.94, 0.00, 0.50. Web safe color of #4e0880 is #660099. Color #4e0880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00001000 10000000
Octal 116 10 200
Decimal 78 8 128
Hex 4E 8 80

RGB Percentages of Color #4e0880

%36.45
%3.74
%59.81

CMYK Percentages of Color #4e0880

%39
%94
%0
%50

Triadic Colors of #4e0880

#4e0880 #804e08 #08804e

Analogous Colors of #4e0880

#4e0880 #800876 #120880

Monochromatic Colors of #4e0880

#4e0880

Complementary Color

#4e0880 #3a8008

#4e0880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e0880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e0880 Color CSS Codes

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

#4e0880 Text Font Color

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

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


#4e0880 Background Color

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

This div background color is #4e0880


#4e0880 Border Color

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

This div border color is #4e0880


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,8,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 #4e0880">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e0880


Comments

No comments written yet.

Please login to write comment.