Color Hex Logo

#7f20af Color Hex

#7F20AF
(127,32,175)
0 Favorites   0 Comments

Color spaces of #7f20af

RGB 12732175
HSL0.780.690.41
HSV280°82°69°
CMYK 0.270.820.00   0.31
XYZ17.00688.640241.3288
Yxy8.64020.25390.1290
Hunter Lab29.394251.8360-62.7869
CIE-Lab35.282160.7069-56.3911

#7f20af color RGB value is (127,32,175).

#7f20af hex color red value is 127, green value is 32 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7f20af hue: 0.78 , saturation: 0.69 and the lightness value of 7f20af is 0.41.

The process color (four color CMYK) of #7f20af color hex is 0.27, 0.82, 0.00, 0.31. Web safe color of #7f20af is #663399. Color #7f20af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00100000 10101111
Octal 177 40 257
Decimal 127 32 175
Hex 7F 20 AF

RGB Percentages of Color #7f20af

%38.02
%9.58
%52.40

CMYK Percentages of Color #7f20af

%27
%82
%0
%31

Triadic Colors of #7f20af

#7f20af #af7f20 #20af7f

Analogous Colors of #7f20af

#7f20af #af2098 #3720af

Monochromatic Colors of #7f20af

#7f20af

Complementary Color

#7f20af #50af20

#7f20af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f20af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f20af Color CSS Codes

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

#7f20af Text Font Color

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

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


#7f20af Background Color

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

This div background color is #7f20af


#7f20af Border Color

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

This div border color is #7f20af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f20af


Comments

No comments written yet.

Please login to write comment.