Color Hex Logo

#4f325e Color Hex

#4F325E
(79,50,94)
0 Favorites   0 Comments

Color spaces of #4f325e

RGB 795094
HSL0.780.310.28
HSV280°47°37°
CMYK 0.160.470.00   0.63
XYZ6.38544.751611.1703
Yxy4.75160.28620.2130
Hunter Lab21.798214.1417-15.1240
CIE-Lab26.015022.1614-21.1867

#4f325e color RGB value is (79,50,94).

#4f325e hex color red value is 79, green value is 50 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #4f325e hue: 0.78 , saturation: 0.31 and the lightness value of 4f325e is 0.28.

The process color (four color CMYK) of #4f325e color hex is 0.16, 0.47, 0.00, 0.63. Web safe color of #4f325e is #663366. Color #4f325e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00110010 01011110
Octal 117 62 136
Decimal 79 50 94
Hex 4F 32 5E

RGB Percentages of Color #4f325e

%35.43
%22.42
%42.15

CMYK Percentages of Color #4f325e

%16
%47
%0
%63

Triadic Colors of #4f325e

#4f325e #5e4f32 #325e4f

Analogous Colors of #4f325e

#4f325e #5e3257 #39325e

Monochromatic Colors of #4f325e

#4f325e

Complementary Color

#4f325e #415e32

#4f325e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f325e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f325e Color CSS Codes

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

#4f325e Text Font Color

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

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


#4f325e Background Color

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

This div background color is #4f325e


#4f325e Border Color

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

This div border color is #4f325e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,50,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4f325e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4f325e;
  -webkit-box-shadow: 1px 1px 3px 2px #4f325e;
  box-shadow:         1px 1px 3px 2px #4f325e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,50,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f325e


Comments

No comments written yet.

Please login to write comment.