Color Hex Logo

#7931c4 Color Hex

#7931C4
(121,49,196)
0 Favorites   0 Comments

Color spaces of #7931c4

RGB 12149196
HSL0.750.600.48
HSV269°75°77°
CMYK 0.380.750.00   0.23
XYZ18.947310.247153.2038
Yxy10.24710.22990.1244
Hunter Lab32.011149.6344-76.1347
CIE-Lab38.282358.1075-63.9377

#7931c4 color RGB value is (121,49,196).

#7931c4 hex color red value is 121, green value is 49 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #7931c4 hue: 0.75 , saturation: 0.60 and the lightness value of 7931c4 is 0.48.

The process color (four color CMYK) of #7931c4 color hex is 0.38, 0.75, 0.00, 0.23. Web safe color of #7931c4 is #6633cc. Color #7931c4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110001 11000100
Octal 171 61 304
Decimal 121 49 196
Hex 79 31 C4

RGB Percentages of Color #7931c4

%33.06
%13.39
%53.55

CMYK Percentages of Color #7931c4

%38
%75
%0
%23

Triadic Colors of #7931c4

#7931c4 #c47931 #31c479

Analogous Colors of #7931c4

#7931c4 #c331c4 #3133c4

Monochromatic Colors of #7931c4

#7931c4

Complementary Color

#7931c4 #7cc431

#7931c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7931c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7931c4 Color CSS Codes

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

#7931c4 Text Font Color

<p style="color:#7931c4">Text here</p>

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


#7931c4 Background Color

<div style="background-color:#7931c4">
Div content here</div>

This div background color is #7931c4


#7931c4 Border Color

<div style="border:3px solid #7931c4">
Div here</div>

This div border color is #7931c4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,49,196, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7931c4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7931c4;
  -webkit-box-shadow: 1px 1px 3px 2px #7931c4;
  box-shadow:         1px 1px 3px 2px #7931c4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7931c4


Comments

No comments written yet.

Please login to write comment.