Color Hex Logo

#4e0abe Color Hex

#4E0ABE
(78,10,190)
0 Favorites   0 Comments

Color spaces of #4e0abe

RGB 7810190
HSL0.730.900.39
HSV263°95°75°
CMYK 0.590.950.00   0.25
XYZ12.54475.554549.1261
Yxy5.55450.18660.0826
Hunter Lab23.568053.7675-107.0890
CIE-Lab28.259563.7984-77.0866

#4e0abe color RGB value is (78,10,190).

#4e0abe hex color red value is 78, green value is 10 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4e0abe hue: 0.73 , saturation: 0.90 and the lightness value of 4e0abe is 0.39.

The process color (four color CMYK) of #4e0abe color hex is 0.59, 0.95, 0.00, 0.25. Web safe color of #4e0abe is #6600cc. Color #4e0abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00001010 10111110
Octal 116 12 276
Decimal 78 10 190
Hex 4E A BE

RGB Percentages of Color #4e0abe

%28.06
%3.60
%68.35

CMYK Percentages of Color #4e0abe

%59
%95
%0
%25

Triadic Colors of #4e0abe

#4e0abe #be4e0a #0abe4e

Analogous Colors of #4e0abe

#4e0abe #a80abe #0a20be

Monochromatic Colors of #4e0abe

#4e0abe

Complementary Color

#4e0abe #7abe0a

#4e0abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e0abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e0abe Color CSS Codes

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

#4e0abe Text Font Color

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

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


#4e0abe Background Color

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

This div background color is #4e0abe


#4e0abe Border Color

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

This div border color is #4e0abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e0abe


Comments

No comments written yet.

Please login to write comment.