Color Hex Logo

#4e2eeb Color Hex

#4E2EEB
(78,46,235)
0 Favorites   0 Comments

Color spaces of #4e2eeb

RGB 7846235
HSL0.690.830.55
HSV250°80°92°
CMYK 0.670.800.00   0.08
XYZ19.11439.571879.4374
Yxy9.57180.17680.0885
Hunter Lab30.938356.1387-130.5765
CIE-Lab37.062764.2202-88.5592

#4e2eeb color RGB value is (78,46,235).

#4e2eeb hex color red value is 78, green value is 46 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4e2eeb hue: 0.69 , saturation: 0.83 and the lightness value of 4e2eeb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 00101110 11101011
Octal 116 56 353
Decimal 78 46 235
Hex 4E 2E EB

RGB Percentages of Color #4e2eeb

%21.73
%12.81
%65.46

CMYK Percentages of Color #4e2eeb

%67
%80
%0
%8

Triadic Colors of #4e2eeb

#4e2eeb #eb4e2e #2eeb4e

Analogous Colors of #4e2eeb

#4e2eeb #ad2eeb #2e6deb

Monochromatic Colors of #4e2eeb

#4e2eeb

Complementary Color

#4e2eeb #cbeb2e

#4e2eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e2eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e2eeb Color CSS Codes

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

#4e2eeb Text Font Color

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

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


#4e2eeb Background Color

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

This div background color is #4e2eeb


#4e2eeb Border Color

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

This div border color is #4e2eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e2eeb


Comments

No comments written yet.

Please login to write comment.