Color Hex Logo

#7f1380 Color Hex

#7F1380
(127,19,128)
0 Favorites   0 Comments

Color spaces of #7f1380

RGB 12719128
HSL0.830.740.29
HSV299°85°50°
CMYK 0.010.850.00   0.50
XYZ12.88166.536321.0048
Yxy6.53630.31870.1617
Hunter Lab25.566245.1969-30.8154
CIE-Lab30.727155.4210-34.9984

#7f1380 color RGB value is (127,19,128).

#7f1380 hex color red value is 127, green value is 19 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #7f1380 hue: 0.83 , saturation: 0.74 and the lightness value of 7f1380 is 0.29.

The process color (four color CMYK) of #7f1380 color hex is 0.01, 0.85, 0.00, 0.50. Web safe color of #7f1380 is #660099. Color #7f1380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00010011 10000000
Octal 177 23 200
Decimal 127 19 128
Hex 7F 13 80

RGB Percentages of Color #7f1380

%46.35
%6.93
%46.72

CMYK Percentages of Color #7f1380

%1
%85
%0
%50

Triadic Colors of #7f1380

#7f1380 #807f13 #13807f

Analogous Colors of #7f1380

#7f1380 #80134b #491380

Monochromatic Colors of #7f1380

#7f1380

Complementary Color

#7f1380 #148013

#7f1380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f1380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f1380 Color CSS Codes

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

#7f1380 Text Font Color

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

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


#7f1380 Background Color

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

This div background color is #7f1380


#7f1380 Border Color

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

This div border color is #7f1380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f1380


Comments

No comments written yet.

Please login to write comment.