Color Hex Logo

#7f1baa Color Hex

#7F1BAA
(127,27,170)
0 Favorites   0 Comments

Color spaces of #7f1baa

RGB 12727170
HSL0.780.730.39
HSV282°84°67°
CMYK 0.250.840.00   0.33
XYZ16.40008.198238.7482
Yxy8.19820.25890.1294
Hunter Lab28.632552.1336-60.1941
CIE-Lab34.392361.1507-54.8463

#7f1baa color RGB value is (127,27,170).

#7f1baa hex color red value is 127, green value is 27 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7f1baa hue: 0.78 , saturation: 0.73 and the lightness value of 7f1baa is 0.39.

The process color (four color CMYK) of #7f1baa color hex is 0.25, 0.84, 0.00, 0.33. Web safe color of #7f1baa is #663399. Color #7f1baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00011011 10101010
Octal 177 33 252
Decimal 127 27 170
Hex 7F 1B AA

RGB Percentages of Color #7f1baa

%39.20
%8.33
%52.47

CMYK Percentages of Color #7f1baa

%25
%84
%0
%33

Triadic Colors of #7f1baa

#7f1baa #aa7f1b #1baa7f

Analogous Colors of #7f1baa

#7f1baa #aa1b8e #371baa

Monochromatic Colors of #7f1baa

#7f1baa

Complementary Color

#7f1baa #46aa1b

#7f1baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f1baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f1baa Color CSS Codes

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

#7f1baa Text Font Color

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

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


#7f1baa Background Color

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

This div background color is #7f1baa


#7f1baa Border Color

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

This div border color is #7f1baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f1baa


Comments

No comments written yet.

Please login to write comment.