Color Hex Logo

#7f5479 Color Hex

#7F5479
(127,84,121)
0 Favorites   0 Comments

Color spaces of #7f5479

RGB 12784121
HSL0.860.200.41
HSV308°34°50°
CMYK 0.000.340.05   0.50
XYZ15.373912.233119.6401
Yxy12.23310.32540.2589
Hunter Lab34.975817.2533-8.8102
CIE-Lab41.584224.2202-13.7202

#7f5479 color RGB value is (127,84,121).

#7f5479 hex color red value is 127, green value is 84 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #7f5479 hue: 0.86 , saturation: 0.20 and the lightness value of 7f5479 is 0.41.

The process color (four color CMYK) of #7f5479 color hex is 0.00, 0.34, 0.05, 0.50. Web safe color of #7f5479 is #666666. Color #7f5479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01010100 01111001
Octal 177 124 171
Decimal 127 84 121
Hex 7F 54 79

RGB Percentages of Color #7f5479

%38.25
%25.30
%36.45

CMYK Percentages of Color #7f5479

%0
%34
%5
%50

Triadic Colors of #7f5479

#7f5479 #797f54 #54797f

Analogous Colors of #7f5479

#7f5479 #7f5463 #70547f

Monochromatic Colors of #7f5479

#7f5479

Complementary Color

#7f5479 #547f5a

#7f5479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f5479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f5479 Color CSS Codes

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

#7f5479 Text Font Color

<p style="color:#7f5479">Text here</p>

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


#7f5479 Background Color

<div style="background-color:#7f5479">
Div content here</div>

This div background color is #7f5479


#7f5479 Border Color

<div style="border:3px solid #7f5479">
Div here</div>

This div border color is #7f5479


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,84,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f5479; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f5479;
  -webkit-box-shadow: 1px 1px 3px 2px #7f5479;
  box-shadow:         1px 1px 3px 2px #7f5479; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,84,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f5479


Comments

No comments written yet.

Please login to write comment.