Color Hex Logo

#4e5aea Color Hex

#4E5AEA
(78,90,234)
0 Favorites   0 Comments

Color spaces of #4e5aea

RGB 7890234
HSL0.650.790.61
HSV235°67°92°
CMYK 0.670.620.00   0.08
XYZ21.649314.872579.5715
Yxy14.87250.18650.1281
Hunter Lab38.564932.7166-95.3385
CIE-Lab45.459140.4453-74.1840

#4e5aea color RGB value is (78,90,234).

#4e5aea hex color red value is 78, green value is 90 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4e5aea hue: 0.65 , saturation: 0.79 and the lightness value of 4e5aea is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01011010 11101010
Octal 116 132 352
Decimal 78 90 234
Hex 4E 5A EA

RGB Percentages of Color #4e5aea

%19.40
%22.39
%58.21

CMYK Percentages of Color #4e5aea

%67
%62
%0
%8

Triadic Colors of #4e5aea

#4e5aea #ea4e5a #5aea4e

Analogous Colors of #4e5aea

#4e5aea #904eea #4ea8ea

Monochromatic Colors of #4e5aea

#4e5aea

Complementary Color

#4e5aea #eade4e

#4e5aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e5aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e5aea Color CSS Codes

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

#4e5aea Text Font Color

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

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


#4e5aea Background Color

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

This div background color is #4e5aea


#4e5aea Border Color

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

This div border color is #4e5aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e5aea


Comments

No comments written yet.

Please login to write comment.