Color Hex Logo

#7f479c Color Hex

#7F479C
(127,71,156)
0 Favorites   0 Comments

Color spaces of #7f479c

RGB 12771156
HSL0.780.370.45
HSV280°54°61°
CMYK 0.190.540.00   0.39
XYZ17.006411.418832.7602
Yxy11.41880.27790.1866
Hunter Lab33.791730.6984-33.8259
CIE-Lab40.277139.1747-36.9872

#7f479c color RGB value is (127,71,156).

#7f479c hex color red value is 127, green value is 71 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #7f479c hue: 0.78 , saturation: 0.37 and the lightness value of 7f479c is 0.45.

The process color (four color CMYK) of #7f479c color hex is 0.19, 0.54, 0.00, 0.39. Web safe color of #7f479c is #663399. Color #7f479c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01000111 10011100
Octal 177 107 234
Decimal 127 71 156
Hex 7F 47 9C

RGB Percentages of Color #7f479c

%35.88
%20.06
%44.07

CMYK Percentages of Color #7f479c

%19
%54
%0
%39

Triadic Colors of #7f479c

#7f479c #9c7f47 #479c7f

Analogous Colors of #7f479c

#7f479c #9c478f #55479c

Monochromatic Colors of #7f479c

#7f479c

Complementary Color

#7f479c #649c47

#7f479c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f479c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f479c Color CSS Codes

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

#7f479c Text Font Color

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

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


#7f479c Background Color

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

This div background color is #7f479c


#7f479c Border Color

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

This div border color is #7f479c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f479c


Comments

No comments written yet.

Please login to write comment.