Color Hex Logo

#4e3974 Color Hex

#4E3974
(78,57,116)
0 Favorites   0 Comments

Color spaces of #4e3974

RGB 7857116
HSL0.730.340.34
HSV261°51°45°
CMYK 0.330.510.00   0.55
XYZ7.75745.806917.2350
Yxy5.80690.25190.1885
Hunter Lab24.097515.2916-25.5371
CIE-Lab28.920023.2643-30.7401

#4e3974 color RGB value is (78,57,116).

#4e3974 hex color red value is 78, green value is 57 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #4e3974 hue: 0.73 , saturation: 0.34 and the lightness value of 4e3974 is 0.34.

The process color (four color CMYK) of #4e3974 color hex is 0.33, 0.51, 0.00, 0.55. Web safe color of #4e3974 is #663366. Color #4e3974 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00111001 01110100
Octal 116 71 164
Decimal 78 57 116
Hex 4E 39 74

RGB Percentages of Color #4e3974

%31.08
%22.71
%46.22

CMYK Percentages of Color #4e3974

%33
%51
%0
%55

Triadic Colors of #4e3974

#4e3974 #744e39 #39744e

Analogous Colors of #4e3974

#4e3974 #6c3974 #394274

Monochromatic Colors of #4e3974

#4e3974

Complementary Color

#4e3974 #5f7439

#4e3974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e3974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e3974 Color CSS Codes

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

#4e3974 Text Font Color

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

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


#4e3974 Background Color

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

This div background color is #4e3974


#4e3974 Border Color

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

This div border color is #4e3974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e3974


Comments

No comments written yet.

Please login to write comment.