Color Hex Logo

#4e147c Color Hex

#4E147C
(78,20,124)
0 Favorites   0 Comments

Color spaces of #4e147c

RGB 7820124
HSL0.760.720.28
HSV273°84°49°
CMYK 0.370.840.00   0.51
XYZ7.03013.575219.3883
Yxy3.57520.23440.1192
Hunter Lab18.908233.2772-47.5597
CIE-Lab22.214245.1668-46.6318

#4e147c color RGB value is (78,20,124).

#4e147c hex color red value is 78, green value is 20 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #4e147c hue: 0.76 , saturation: 0.72 and the lightness value of 4e147c is 0.28.

The process color (four color CMYK) of #4e147c color hex is 0.37, 0.84, 0.00, 0.51. Web safe color of #4e147c is #660066. Color #4e147c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00010100 01111100
Octal 116 24 174
Decimal 78 20 124
Hex 4E 14 7C

RGB Percentages of Color #4e147c

%35.14
%9.01
%55.86

CMYK Percentages of Color #4e147c

%37
%84
%0
%51

Triadic Colors of #4e147c

#4e147c #7c4e14 #147c4e

Analogous Colors of #4e147c

#4e147c #7c1476 #1a147c

Monochromatic Colors of #4e147c

#4e147c

Complementary Color

#4e147c #427c14

#4e147c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e147c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e147c Color CSS Codes

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

#4e147c Text Font Color

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

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


#4e147c Background Color

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

This div background color is #4e147c


#4e147c Border Color

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

This div border color is #4e147c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e147c


Comments

No comments written yet.

Please login to write comment.