Color Hex Logo

#4f168a Color Hex

#4F168A
(79,22,138)
0 Favorites   0 Comments

Color spaces of #4f168a

RGB 7922138
HSL0.750.730.31
HSV269°84°54°
CMYK 0.430.840.00   0.46
XYZ8.09884.071124.4037
Yxy4.07110.22140.1113
Hunter Lab20.177036.3381-57.5864
CIE-Lab23.905148.0162-52.6847

#4f168a color RGB value is (79,22,138).

#4f168a hex color red value is 79, green value is 22 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #4f168a hue: 0.75 , saturation: 0.73 and the lightness value of 4f168a is 0.31.

The process color (four color CMYK) of #4f168a color hex is 0.43, 0.84, 0.00, 0.46. Web safe color of #4f168a is #660099. Color #4f168a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00010110 10001010
Octal 117 26 212
Decimal 79 22 138
Hex 4F 16 8A

RGB Percentages of Color #4f168a

%33.05
%9.21
%57.74

CMYK Percentages of Color #4f168a

%43
%84
%0
%46

Triadic Colors of #4f168a

#4f168a #8a4f16 #168a4f

Analogous Colors of #4f168a

#4f168a #89168a #16178a

Monochromatic Colors of #4f168a

#4f168a

Complementary Color

#4f168a #518a16

#4f168a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f168a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f168a Color CSS Codes

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

#4f168a Text Font Color

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

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


#4f168a Background Color

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

This div background color is #4f168a


#4f168a Border Color

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

This div border color is #4f168a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f168a


Comments

No comments written yet.

Please login to write comment.