Color Hex Logo

#4e357a Color Hex

#4E357A
(78,53,122)
0 Favorites   0 Comments

Color spaces of #4e357a

RGB 7853122
HSL0.730.390.34
HSV262°57°48°
CMYK 0.360.570.00   0.52
XYZ7.92785.571019.0698
Yxy5.57100.24340.1711
Hunter Lab23.603018.6497-31.3807
CIE-Lab28.303327.4991-35.5138

#4e357a color RGB value is (78,53,122).

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

The process color (four color CMYK) of #4e357a color hex is 0.36, 0.57, 0.00, 0.52. Web safe color of #4e357a is #663366. Color #4e357a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00110101 01111010
Octal 116 65 172
Decimal 78 53 122
Hex 4E 35 7A

RGB Percentages of Color #4e357a

%30.83
%20.95
%48.22

CMYK Percentages of Color #4e357a

%36
%57
%0
%52

Triadic Colors of #4e357a

#4e357a #7a4e35 #357a4e

Analogous Colors of #4e357a

#4e357a #71357a #353f7a

Monochromatic Colors of #4e357a

#4e357a

Complementary Color

#4e357a #617a35

#4e357a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e357a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e357a Color CSS Codes

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

#4e357a Text Font Color

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

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


#4e357a Background Color

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

This div background color is #4e357a


#4e357a Border Color

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

This div border color is #4e357a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e357a


Comments

No comments written yet.

Please login to write comment.