Color Hex Logo

#7f38ad Color Hex

#7F38AD
(127,56,173)
0 Favorites   0 Comments

Color spaces of #7f38ad

RGB 12756173
HSL0.770.510.45
HSV276°68°68°
CMYK 0.270.680.00   0.32
XYZ17.709410.357540.6010
Yxy10.35750.25790.1508
Hunter Lab32.183141.9029-52.2700
CIE-Lab38.476650.7655-50.0284

#7f38ad color RGB value is (127,56,173).

#7f38ad hex color red value is 127, green value is 56 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7f38ad hue: 0.77 , saturation: 0.51 and the lightness value of 7f38ad is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 00111000 10101101
Octal 177 70 255
Decimal 127 56 173
Hex 7F 38 AD

RGB Percentages of Color #7f38ad

%35.67
%15.73
%48.60

CMYK Percentages of Color #7f38ad

%27
%68
%0
%32

Triadic Colors of #7f38ad

#7f38ad #ad7f38 #38ad7f

Analogous Colors of #7f38ad

#7f38ad #ad38a1 #4438ad

Monochromatic Colors of #7f38ad

#7f38ad

Complementary Color

#7f38ad #66ad38

#7f38ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f38ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f38ad Color CSS Codes

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

#7f38ad Text Font Color

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

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


#7f38ad Background Color

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

This div background color is #7f38ad


#7f38ad Border Color

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

This div border color is #7f38ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f38ad


Comments

No comments written yet.

Please login to write comment.