Color Hex Logo

#4e1ece Color Hex

#4E1ECE
(78,30,206)
0 Favorites   0 Comments

Color spaces of #4e1ece

RGB 7830206
HSL0.710.750.46
HSV256°85°81°
CMYK 0.620.850.00   0.19
XYZ14.74677.004558.9673
Yxy7.00450.18270.0868
Hunter Lab26.466053.1436-113.5742
CIE-Lab31.817262.5634-80.5789

#4e1ece color RGB value is (78,30,206).

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

The process color (four color CMYK) of #4e1ece color hex is 0.62, 0.85, 0.00, 0.19. Web safe color of #4e1ece is #6633cc. Color #4e1ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00011110 11001110
Octal 116 36 316
Decimal 78 30 206
Hex 4E 1E CE

RGB Percentages of Color #4e1ece

%24.84
%9.55
%65.61

CMYK Percentages of Color #4e1ece

%62
%85
%0
%19

Triadic Colors of #4e1ece

#4e1ece #ce4e1e #1ece4e

Analogous Colors of #4e1ece

#4e1ece #a61ece #1e46ce

Monochromatic Colors of #4e1ece

#4e1ece

Complementary Color

#4e1ece #9ece1e

#4e1ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e1ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e1ece Color CSS Codes

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

#4e1ece Text Font Color

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

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


#4e1ece Background Color

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

This div background color is #4e1ece


#4e1ece Border Color

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

This div border color is #4e1ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e1ece


Comments

No comments written yet.

Please login to write comment.