Color Hex Logo

#4e4cab Color Hex

#4E4CAB
(78,76,171)
0 Favorites   0 Comments

Color spaces of #4e4cab

RGB 7876171
HSL0.670.380.48
HSV241°56°67°
CMYK 0.540.560.00   0.33
XYZ13.07709.728939.7167
Yxy9.72890.20920.1556
Hunter Lab31.191220.2521-53.6620
CIE-Lab37.351428.1599-50.9155

#4e4cab color RGB value is (78,76,171).

#4e4cab hex color red value is 78, green value is 76 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4e4cab hue: 0.67 , saturation: 0.38 and the lightness value of 4e4cab is 0.48.

The process color (four color CMYK) of #4e4cab color hex is 0.54, 0.56, 0.00, 0.33. Web safe color of #4e4cab is #663399. Color #4e4cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01001100 10101011
Octal 116 114 253
Decimal 78 76 171
Hex 4E 4C AB

RGB Percentages of Color #4e4cab

%24.00
%23.38
%52.62

CMYK Percentages of Color #4e4cab

%54
%56
%0
%33

Triadic Colors of #4e4cab

#4e4cab #ab4e4c #4cab4e

Analogous Colors of #4e4cab

#4e4cab #7e4cab #4c7aab

Monochromatic Colors of #4e4cab

#4e4cab

Complementary Color

#4e4cab #a9ab4c

#4e4cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e4cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e4cab Color CSS Codes

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

#4e4cab Text Font Color

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

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


#4e4cab Background Color

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

This div background color is #4e4cab


#4e4cab Border Color

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

This div border color is #4e4cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e4cab


Comments

No comments written yet.

Please login to write comment.