Color Hex Logo

#7f3ead Color Hex

#7F3EAD
(127,62,173)
0 Favorites   0 Comments

Color spaces of #7f3ead

RGB 12762173
HSL0.760.470.46
HSV275°64°68°
CMYK 0.270.640.00   0.32
XYZ18.017810.974440.7038
Yxy10.97440.25850.1575
Hunter Lab33.127639.1111-49.6601
CIE-Lab39.537347.8415-48.3209

#7f3ead color RGB value is (127,62,173).

#7f3ead hex color red value is 127, green value is 62 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7f3ead hue: 0.76 , saturation: 0.47 and the lightness value of 7f3ead is 0.46.

The process color (four color CMYK) of #7f3ead color hex is 0.27, 0.64, 0.00, 0.32. Web safe color of #7f3ead is #663399. Color #7f3ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00111110 10101101
Octal 177 76 255
Decimal 127 62 173
Hex 7F 3E AD

RGB Percentages of Color #7f3ead

%35.08
%17.13
%47.79

CMYK Percentages of Color #7f3ead

%27
%64
%0
%32

Triadic Colors of #7f3ead

#7f3ead #ad7f3e #3ead7f

Analogous Colors of #7f3ead

#7f3ead #ad3ea4 #483ead

Monochromatic Colors of #7f3ead

#7f3ead

Complementary Color

#7f3ead #6cad3e

#7f3ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f3ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f3ead Color CSS Codes

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

#7f3ead Text Font Color

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

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


#7f3ead Background Color

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

This div background color is #7f3ead


#7f3ead Border Color

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

This div border color is #7f3ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f3ead


Comments

No comments written yet.

Please login to write comment.