Color Hex Logo

#7932ba Color Hex

#7932BA
(121,50,186)
0 Favorites   0 Comments

Color spaces of #7932ba

RGB 12150186
HSL0.750.580.46
HSV271°73°73°
CMYK 0.350.730.00   0.27
XYZ17.88879.891347.4208
Yxy9.89130.23790.1315
Hunter Lab31.450446.4908-67.3818
CIE-Lab37.646655.3033-59.1059

#7932ba color RGB value is (121,50,186).

#7932ba hex color red value is 121, green value is 50 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7932ba hue: 0.75 , saturation: 0.58 and the lightness value of 7932ba is 0.46.

The process color (four color CMYK) of #7932ba color hex is 0.35, 0.73, 0.00, 0.27. Web safe color of #7932ba is #6633cc. Color #7932ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110010 10111010
Octal 171 62 272
Decimal 121 50 186
Hex 79 32 BA

RGB Percentages of Color #7932ba

%33.89
%14.01
%52.10

CMYK Percentages of Color #7932ba

%35
%73
%0
%27

Triadic Colors of #7932ba

#7932ba #ba7932 #32ba79

Analogous Colors of #7932ba

#7932ba #ba32b7 #3532ba

Monochromatic Colors of #7932ba

#7932ba

Complementary Color

#7932ba #73ba32

#7932ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7932ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7932ba Color CSS Codes

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

#7932ba Text Font Color

<p style="color:#7932ba">Text here</p>

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


#7932ba Background Color

<div style="background-color:#7932ba">
Div content here</div>

This div background color is #7932ba


#7932ba Border Color

<div style="border:3px solid #7932ba">
Div here</div>

This div border color is #7932ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,50,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7932ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7932ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7932ba;
  box-shadow:         1px 1px 3px 2px #7932ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,50,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7932ba


Comments

No comments written yet.

Please login to write comment.