Color Hex Logo

#4f135f Color Hex

#4F135F
(79,19,95)
0 Favorites   0 Comments

Color spaces of #4f135f

RGB 791995
HSL0.800.670.22
HSV287°80°37°
CMYK 0.170.800.00   0.63
XYZ5.52292.954211.1056
Yxy2.95420.28200.1509
Hunter Lab17.187827.2782-26.2778
CIE-Lab19.859539.0959-31.6185

#4f135f color RGB value is (79,19,95).

#4f135f hex color red value is 79, green value is 19 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #4f135f hue: 0.80 , saturation: 0.67 and the lightness value of 4f135f is 0.22.

The process color (four color CMYK) of #4f135f color hex is 0.17, 0.80, 0.00, 0.63. Web safe color of #4f135f is #660066. Color #4f135f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00010011 01011111
Octal 117 23 137
Decimal 79 19 95
Hex 4F 13 5F

RGB Percentages of Color #4f135f

%40.93
%9.84
%49.22

CMYK Percentages of Color #4f135f

%17
%80
%0
%63

Triadic Colors of #4f135f

#4f135f #5f4f13 #135f4f

Analogous Colors of #4f135f

#4f135f #5f1349 #29135f

Monochromatic Colors of #4f135f

#4f135f

Complementary Color

#4f135f #235f13

#4f135f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f135f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f135f Color CSS Codes

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

#4f135f Text Font Color

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

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


#4f135f Background Color

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

This div background color is #4f135f


#4f135f Border Color

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

This div border color is #4f135f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f135f


Comments

No comments written yet.

Please login to write comment.