Color Hex Logo

#4e1ecf Color Hex

#4E1ECF
(78,30,207)
0 Favorites   0 Comments

Color spaces of #4e1ecf

RGB 7830207
HSL0.710.750.46
HSV256°86°81°
CMYK 0.620.860.00   0.19
XYZ14.86867.053259.6092
Yxy7.05320.18240.0865
Hunter Lab26.557953.4582-114.4861
CIE-Lab31.927762.8251-80.9777

#4e1ecf color RGB value is (78,30,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 00011110 11001111
Octal 116 36 317
Decimal 78 30 207
Hex 4E 1E CF

RGB Percentages of Color #4e1ecf

%24.76
%9.52
%65.71

CMYK Percentages of Color #4e1ecf

%62
%86
%0
%19

Triadic Colors of #4e1ecf

#4e1ecf #cf4e1e #1ecf4e

Analogous Colors of #4e1ecf

#4e1ecf #a71ecf #1e46cf

Monochromatic Colors of #4e1ecf

#4e1ecf

Complementary Color

#4e1ecf #9fcf1e

#4e1ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e1ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e1ecf Color CSS Codes

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

#4e1ecf Text Font Color

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

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


#4e1ecf Background Color

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

This div background color is #4e1ecf


#4e1ecf Border Color

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

This div border color is #4e1ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e1ecf


Comments

No comments written yet.

Please login to write comment.