Color Hex Logo

#7f2daa Color Hex

#7F2DAA
(127,45,170)
0 Favorites   0 Comments

Color spaces of #7f2daa

RGB 12745170
HSL0.780.580.42
HSV279°74°67°
CMYK 0.250.740.00   0.33
XYZ16.94659.291138.9304
Yxy9.29110.26000.1426
Hunter Lab30.481345.8972-54.3876
CIE-Lab36.538854.9567-51.3672

#7f2daa color RGB value is (127,45,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 00101101 10101010
Octal 177 55 252
Decimal 127 45 170
Hex 7F 2D AA

RGB Percentages of Color #7f2daa

%37.13
%13.16
%49.71

CMYK Percentages of Color #7f2daa

%25
%74
%0
%33

Triadic Colors of #7f2daa

#7f2daa #aa7f2d #2daa7f

Analogous Colors of #7f2daa

#7f2daa #aa2d97 #402daa

Monochromatic Colors of #7f2daa

#7f2daa

Complementary Color

#7f2daa #58aa2d

#7f2daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f2daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f2daa Color CSS Codes

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

#7f2daa Text Font Color

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

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


#7f2daa Background Color

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

This div background color is #7f2daa


#7f2daa Border Color

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

This div border color is #7f2daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,45,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 #7f2daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f2daa


Comments

No comments written yet.

Please login to write comment.