Color Hex Logo

#7f096b Color Hex

#7F096B
(127,9,107)
0 Favorites   0 Comments

Color spaces of #7f096b

RGB 1279107
HSL0.860.870.27
HSV310°93°50°
CMYK 0.000.930.16   0.50
XYZ11.50395.768914.4171
Yxy5.76890.36300.1820
Hunter Lab24.018543.4618-18.7758
CIE-Lab28.821854.1301-24.6590

#7f096b color RGB value is (127,9,107).

#7f096b hex color red value is 127, green value is 9 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #7f096b hue: 0.86 , saturation: 0.87 and the lightness value of 7f096b is 0.27.

The process color (four color CMYK) of #7f096b color hex is 0.00, 0.93, 0.16, 0.50. Web safe color of #7f096b is #660066. Color #7f096b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00001001 01101011
Octal 177 11 153
Decimal 127 9 107
Hex 7F 9 6B

RGB Percentages of Color #7f096b

%52.26
%3.70
%44.03

CMYK Percentages of Color #7f096b

%0
%93
%16
%50

Triadic Colors of #7f096b

#7f096b #6b7f09 #096b7f

Analogous Colors of #7f096b

#7f096b #7f0930 #58097f

Monochromatic Colors of #7f096b

#7f096b

Complementary Color

#7f096b #097f1d

#7f096b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f096b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f096b Color CSS Codes

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

#7f096b Text Font Color

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

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


#7f096b Background Color

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

This div background color is #7f096b


#7f096b Border Color

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

This div border color is #7f096b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f096b


Comments

No comments written yet.

Please login to write comment.