Color Hex Logo

#7f6087 Color Hex

#7F6087
(127,96,135)
0 Favorites   0 Comments

Color spaces of #7f6087

RGB 12796135
HSL0.800.170.45
HSV288°29°53°
CMYK 0.060.290.00   0.47
XYZ17.308414.627024.8327
Yxy14.62700.30490.2577
Hunter Lab38.245313.8533-11.7254
CIE-Lab45.119019.9622-16.8168

#7f6087 color RGB value is (127,96,135).

#7f6087 hex color red value is 127, green value is 96 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #7f6087 hue: 0.80 , saturation: 0.17 and the lightness value of 7f6087 is 0.45.

The process color (four color CMYK) of #7f6087 color hex is 0.06, 0.29, 0.00, 0.47. Web safe color of #7f6087 is #666699. Color #7f6087 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01100000 10000111
Octal 177 140 207
Decimal 127 96 135
Hex 7F 60 87

RGB Percentages of Color #7f6087

%35.47
%26.82
%37.71

CMYK Percentages of Color #7f6087

%6
%29
%0
%47

Triadic Colors of #7f6087

#7f6087 #877f60 #60877f

Analogous Colors of #7f6087

#7f6087 #87607c #6c6087

Monochromatic Colors of #7f6087

#7f6087

Complementary Color

#7f6087 #688760

#7f6087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f6087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f6087 Color CSS Codes

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

#7f6087 Text Font Color

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

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


#7f6087 Background Color

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

This div background color is #7f6087


#7f6087 Border Color

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

This div border color is #7f6087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f6087


Comments

No comments written yet.

Please login to write comment.