Color Hex Logo

#4e3aea Color Hex

#4E3AEA
(78,58,234)
0 Favorites   0 Comments

Color spaces of #4e3aea

RGB 7858234
HSL0.690.810.57
HSV247°75°92°
CMYK 0.670.750.00   0.08
XYZ19.506210.586378.8572
Yxy10.58630.17900.0972
Hunter Lab32.536650.0745-120.9224
CIE-Lab38.874858.3980-84.9955

#4e3aea color RGB value is (78,58,234).

#4e3aea hex color red value is 78, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4e3aea hue: 0.69 , saturation: 0.81 and the lightness value of 4e3aea is 0.57.

The process color (four color CMYK) of #4e3aea color hex is 0.67, 0.75, 0.00, 0.08. Web safe color of #4e3aea is #6633ff. Color #4e3aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00111010 11101010
Octal 116 72 352
Decimal 78 58 234
Hex 4E 3A EA

RGB Percentages of Color #4e3aea

%21.08
%15.68
%63.24

CMYK Percentages of Color #4e3aea

%67
%75
%0
%8

Triadic Colors of #4e3aea

#4e3aea #ea4e3a #3aea4e

Analogous Colors of #4e3aea

#4e3aea #a63aea #3a7eea

Monochromatic Colors of #4e3aea

#4e3aea

Complementary Color

#4e3aea #d6ea3a

#4e3aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e3aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e3aea Color CSS Codes

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

#4e3aea Text Font Color

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

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


#4e3aea Background Color

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

This div background color is #4e3aea


#4e3aea Border Color

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

This div border color is #4e3aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e3aea


Comments

No comments written yet.

Please login to write comment.