Color Hex Logo

#4f325b Color Hex

#4F325B
(79,50,91)
0 Favorites   0 Comments

Color spaces of #4f325b

RGB 795091
HSL0.780.290.28
HSV282°45°36°
CMYK 0.130.450.00   0.64
XYZ6.25344.698810.4749
Yxy4.69880.29180.2193
Hunter Lab21.676713.5603-13.4772
CIE-Lab25.858821.4243-19.4713

#4f325b color RGB value is (79,50,91).

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

The process color (four color CMYK) of #4f325b color hex is 0.13, 0.45, 0.00, 0.64. Web safe color of #4f325b is #663366. Color #4f325b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00110010 01011011
Octal 117 62 133
Decimal 79 50 91
Hex 4F 32 5B

RGB Percentages of Color #4f325b

%35.91
%22.73
%41.36

CMYK Percentages of Color #4f325b

%13
%45
%0
%64

Triadic Colors of #4f325b

#4f325b #5b4f32 #325b4f

Analogous Colors of #4f325b

#4f325b #5b3253 #3b325b

Monochromatic Colors of #4f325b

#4f325b

Complementary Color

#4f325b #3e5b32

#4f325b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f325b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f325b Color CSS Codes

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

#4f325b Text Font Color

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

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


#4f325b Background Color

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

This div background color is #4f325b


#4f325b Border Color

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

This div border color is #4f325b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,50,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 #4f325b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f325b


Comments

No comments written yet.

Please login to write comment.