Color Hex Logo

#7f4677 Color Hex

#7F4677
(127,70,119)
0 Favorites   0 Comments

Color spaces of #7f4677

RGB 12770119
HSL0.860.290.39
HSV308°45°50°
CMYK 0.000.450.06   0.50
XYZ14.272310.224318.6740
Yxy10.22430.33060.2368
Hunter Lab31.975523.7167-12.2432
CIE-Lab38.242031.9575-17.5985

#7f4677 color RGB value is (127,70,119).

#7f4677 hex color red value is 127, green value is 70 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #7f4677 hue: 0.86 , saturation: 0.29 and the lightness value of 7f4677 is 0.39.

The process color (four color CMYK) of #7f4677 color hex is 0.00, 0.45, 0.06, 0.50. Web safe color of #7f4677 is #663366. Color #7f4677 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01000110 01110111
Octal 177 106 167
Decimal 127 70 119
Hex 7F 46 77

RGB Percentages of Color #7f4677

%40.19
%22.15
%37.66

CMYK Percentages of Color #7f4677

%0
%45
%6
%50

Triadic Colors of #7f4677

#7f4677 #777f46 #46777f

Analogous Colors of #7f4677

#7f4677 #7f465b #6b467f

Monochromatic Colors of #7f4677

#7f4677

Complementary Color

#7f4677 #467f4e

#7f4677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f4677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f4677 Color CSS Codes

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

#7f4677 Text Font Color

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

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


#7f4677 Background Color

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

This div background color is #7f4677


#7f4677 Border Color

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

This div border color is #7f4677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f4677


Comments

No comments written yet.

Please login to write comment.