Color Hex Logo

#4e315b Color Hex

#4E315B
(78,49,91)
0 Favorites   0 Comments

Color spaces of #4e315b

RGB 784991
HSL0.780.300.27
HSV281°46°36°
CMYK 0.140.460.00   0.64
XYZ6.12854.571710.4569
Yxy4.57170.28970.2161
Hunter Lab21.381513.7450-14.0294
CIE-Lab25.477921.7131-20.0755

#4e315b color RGB value is (78,49,91).

#4e315b hex color red value is 78, green value is 49 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #4e315b hue: 0.78 , saturation: 0.30 and the lightness value of 4e315b is 0.27.

The process color (four color CMYK) of #4e315b color hex is 0.14, 0.46, 0.00, 0.64. Web safe color of #4e315b is #663366. Color #4e315b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00110001 01011011
Octal 116 61 133
Decimal 78 49 91
Hex 4E 31 5B

RGB Percentages of Color #4e315b

%35.78
%22.48
%41.74

CMYK Percentages of Color #4e315b

%14
%46
%0
%64

Triadic Colors of #4e315b

#4e315b #5b4e31 #315b4e

Analogous Colors of #4e315b

#4e315b #5b3153 #39315b

Monochromatic Colors of #4e315b

#4e315b

Complementary Color

#4e315b #3e5b31

#4e315b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e315b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e315b Color CSS Codes

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

#4e315b Text Font Color

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

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


#4e315b Background Color

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

This div background color is #4e315b


#4e315b Border Color

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

This div border color is #4e315b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e315b


Comments

No comments written yet.

Please login to write comment.