Color Hex Logo

#7941bd Color Hex

#7941BD
(121,65,189)
0 Favorites   0 Comments

Color spaces of #7941bd

RGB 12165189
HSL0.740.490.50
HSV267°66°74°
CMYK 0.360.660.00   0.26
XYZ18.960811.519749.3683
Yxy11.51970.23750.1443
Hunter Lab33.940740.3220-62.4816
CIE-Lab40.442348.8664-56.3333

#7941bd color RGB value is (121,65,189).

#7941bd hex color red value is 121, green value is 65 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7941bd hue: 0.74 , saturation: 0.49 and the lightness value of 7941bd is 0.50.

The process color (four color CMYK) of #7941bd color hex is 0.36, 0.66, 0.00, 0.26. Web safe color of #7941bd is #6633cc. Color #7941bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000001 10111101
Octal 171 101 275
Decimal 121 65 189
Hex 79 41 BD

RGB Percentages of Color #7941bd

%32.27
%17.33
%50.40

CMYK Percentages of Color #7941bd

%36
%66
%0
%26

Triadic Colors of #7941bd

#7941bd #bd7941 #41bd79

Analogous Colors of #7941bd

#7941bd #b741bd #4147bd

Monochromatic Colors of #7941bd

#7941bd

Complementary Color

#7941bd #85bd41

#7941bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7941bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7941bd Color CSS Codes

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

#7941bd Text Font Color

<p style="color:#7941bd">Text here</p>

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


#7941bd Background Color

<div style="background-color:#7941bd">
Div content here</div>

This div background color is #7941bd


#7941bd Border Color

<div style="border:3px solid #7941bd">
Div here</div>

This div border color is #7941bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,65,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7941bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7941bd;
  -webkit-box-shadow: 1px 1px 3px 2px #7941bd;
  box-shadow:         1px 1px 3px 2px #7941bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7941bd


Comments

No comments written yet.

Please login to write comment.