Color Hex Logo

#4f129a Color Hex

#4F129A
(79,18,154)
0 Favorites   0 Comments

Color spaces of #4f129a

RGB 7918154
HSL0.740.790.34
HSV267°88°60°
CMYK 0.490.880.00   0.40
XYZ9.27354.428030.9378
Yxy4.42800.20770.0992
Hunter Lab21.042841.8395-72.4400
CIE-Lab25.038753.2912-60.7276

#4f129a color RGB value is (79,18,154).

#4f129a hex color red value is 79, green value is 18 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #4f129a hue: 0.74 , saturation: 0.79 and the lightness value of 4f129a is 0.34.

The process color (four color CMYK) of #4f129a color hex is 0.49, 0.88, 0.00, 0.40. Web safe color of #4f129a is #660099. Color #4f129a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00010010 10011010
Octal 117 22 232
Decimal 79 18 154
Hex 4F 12 9A

RGB Percentages of Color #4f129a

%31.47
%7.17
%61.35

CMYK Percentages of Color #4f129a

%49
%88
%0
%40

Triadic Colors of #4f129a

#4f129a #9a4f12 #129a4f

Analogous Colors of #4f129a

#4f129a #93129a #12199a

Monochromatic Colors of #4f129a

#4f129a

Complementary Color

#4f129a #5d9a12

#4f129a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f129a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f129a Color CSS Codes

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

#4f129a Text Font Color

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

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


#4f129a Background Color

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

This div background color is #4f129a


#4f129a Border Color

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

This div border color is #4f129a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f129a


Comments

No comments written yet.

Please login to write comment.