Color Hex Logo

#4f158a Color Hex

#4F158A
(79,21,138)
0 Favorites   0 Comments

Color spaces of #4f158a

RGB 7921138
HSL0.750.740.31
HSV270°85°54°
CMYK 0.430.850.00   0.46
XYZ8.08014.033624.3974
Yxy4.03360.22130.1105
Hunter Lab20.083836.6672-57.9655
CIE-Lab23.782248.3765-52.8862

#4f158a color RGB value is (79,21,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 00010101 10001010
Octal 117 25 212
Decimal 79 21 138
Hex 4F 15 8A

RGB Percentages of Color #4f158a

%33.19
%8.82
%57.98

CMYK Percentages of Color #4f158a

%43
%85
%0
%46

Triadic Colors of #4f158a

#4f158a #8a4f15 #158a4f

Analogous Colors of #4f158a

#4f158a #8a158a #15168a

Monochromatic Colors of #4f158a

#4f158a

Complementary Color

#4f158a #508a15

#4f158a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f158a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f158a Color CSS Codes

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

#4f158a Text Font Color

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

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


#4f158a Background Color

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

This div background color is #4f158a


#4f158a Border Color

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

This div border color is #4f158a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f158a


Comments

No comments written yet.

Please login to write comment.