Color Hex Logo

#7950bf Color Hex

#7950BF
(121,80,191)
0 Favorites   0 Comments

Color spaces of #7950bf

RGB 12180191
HSL0.730.460.53
HSV262°58°75°
CMYK 0.370.580.00   0.25
XYZ20.157813.563950.8459
Yxy13.56390.23840.1604
Hunter Lab36.829233.2477-56.0745
CIE-Lab43.600941.2748-52.4054

#7950bf color RGB value is (121,80,191).

#7950bf hex color red value is 121, green value is 80 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7950bf hue: 0.73 , saturation: 0.46 and the lightness value of 7950bf is 0.53.

The process color (four color CMYK) of #7950bf color hex is 0.37, 0.58, 0.00, 0.25. Web safe color of #7950bf is #6666cc. Color #7950bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010000 10111111
Octal 171 120 277
Decimal 121 80 191
Hex 79 50 BF

RGB Percentages of Color #7950bf

%30.87
%20.41
%48.72

CMYK Percentages of Color #7950bf

%37
%58
%0
%25

Triadic Colors of #7950bf

#7950bf #bf7950 #50bf79

Analogous Colors of #7950bf

#7950bf #b150bf #505ebf

Monochromatic Colors of #7950bf

#7950bf

Complementary Color

#7950bf #96bf50

#7950bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7950bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7950bf Color CSS Codes

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

#7950bf Text Font Color

<p style="color:#7950bf">Text here</p>

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


#7950bf Background Color

<div style="background-color:#7950bf">
Div content here</div>

This div background color is #7950bf


#7950bf Border Color

<div style="border:3px solid #7950bf">
Div here</div>

This div border color is #7950bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,80,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7950bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7950bf;
  -webkit-box-shadow: 1px 1px 3px 2px #7950bf;
  box-shadow:         1px 1px 3px 2px #7950bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7950bf


Comments

No comments written yet.

Please login to write comment.