Color Hex Logo

#7f5faf Color Hex

#7F5FAF
(127,95,175)
0 Favorites   0 Comments

Color spaces of #7f5faf

RGB 12795175
HSL0.730.330.53
HSV264°46°69°
CMYK 0.270.460.00   0.31
XYZ20.582515.791642.5207
Yxy15.79160.26090.2002
Hunter Lab39.738622.9109-35.6238
CIE-Lab46.699929.9967-38.0842

#7f5faf color RGB value is (127,95,175).

#7f5faf hex color red value is 127, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7f5faf hue: 0.73 , saturation: 0.33 and the lightness value of 7f5faf is 0.53.

The process color (four color CMYK) of #7f5faf color hex is 0.27, 0.46, 0.00, 0.31. Web safe color of #7f5faf is #666699. Color #7f5faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01011111 10101111
Octal 177 137 257
Decimal 127 95 175
Hex 7F 5F AF

RGB Percentages of Color #7f5faf

%31.99
%23.93
%44.08

CMYK Percentages of Color #7f5faf

%27
%46
%0
%31

Triadic Colors of #7f5faf

#7f5faf #af7f5f #5faf7f

Analogous Colors of #7f5faf

#7f5faf #a75faf #5f67af

Monochromatic Colors of #7f5faf

#7f5faf

Complementary Color

#7f5faf #8faf5f

#7f5faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f5faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f5faf Color CSS Codes

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

#7f5faf Text Font Color

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

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


#7f5faf Background Color

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

This div background color is #7f5faf


#7f5faf Border Color

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

This div border color is #7f5faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f5faf


Comments

No comments written yet.

Please login to write comment.