Color Hex Logo

#4e1eeb Color Hex

#4E1EEB
(78,30,235)
0 Favorites   0 Comments

Color spaces of #4e1eeb

RGB 7830235
HSL0.710.840.52
HSV254°87°92°
CMYK 0.670.870.00   0.08
XYZ18.60168.546479.2665
Yxy8.54640.17480.0803
Hunter Lab29.234262.4188-140.2966
CIE-Lab35.095970.0549-91.8211

#4e1eeb color RGB value is (78,30,235).

#4e1eeb hex color red value is 78, green value is 30 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4e1eeb hue: 0.71 , saturation: 0.84 and the lightness value of 4e1eeb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 00011110 11101011
Octal 116 36 353
Decimal 78 30 235
Hex 4E 1E EB

RGB Percentages of Color #4e1eeb

%22.74
%8.75
%68.51

CMYK Percentages of Color #4e1eeb

%67
%87
%0
%8

Triadic Colors of #4e1eeb

#4e1eeb #eb4e1e #1eeb4e

Analogous Colors of #4e1eeb

#4e1eeb #b51eeb #1e54eb

Monochromatic Colors of #4e1eeb

#4e1eeb

Complementary Color

#4e1eeb #bbeb1e

#4e1eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e1eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e1eeb Color CSS Codes

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

#4e1eeb Text Font Color

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

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


#4e1eeb Background Color

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

This div background color is #4e1eeb


#4e1eeb Border Color

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

This div border color is #4e1eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e1eeb


Comments

No comments written yet.

Please login to write comment.