Color Hex Logo

#7972bc Color Hex

#7972BC
(121,114,188)
0 Favorites   0 Comments

Color spaces of #7972bc

RGB 121114188
HSL0.680.360.59
HSV246°39°74°
CMYK 0.360.390.00   0.26
XYZ22.979619.730450.1741
Yxy19.73040.24740.2124
Hunter Lab44.418914.6118-35.8787
CIE-Lab51.531020.4037-38.0463

#7972bc color RGB value is (121,114,188).

#7972bc hex color red value is 121, green value is 114 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7972bc hue: 0.68 , saturation: 0.36 and the lightness value of 7972bc is 0.59.

The process color (four color CMYK) of #7972bc color hex is 0.36, 0.39, 0.00, 0.26. Web safe color of #7972bc is #6666cc. Color #7972bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110010 10111100
Octal 171 162 274
Decimal 121 114 188
Hex 79 72 BC

RGB Percentages of Color #7972bc

%28.61
%26.95
%44.44

CMYK Percentages of Color #7972bc

%36
%39
%0
%26

Triadic Colors of #7972bc

#7972bc #bc7972 #72bc79

Analogous Colors of #7972bc

#7972bc #9e72bc #7290bc

Monochromatic Colors of #7972bc

#7972bc

Complementary Color

#7972bc #b5bc72

#7972bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7972bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7972bc Color CSS Codes

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

#7972bc Text Font Color

<p style="color:#7972bc">Text here</p>

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


#7972bc Background Color

<div style="background-color:#7972bc">
Div content here</div>

This div background color is #7972bc


#7972bc Border Color

<div style="border:3px solid #7972bc">
Div here</div>

This div border color is #7972bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,114,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7972bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7972bc;
  -webkit-box-shadow: 1px 1px 3px 2px #7972bc;
  box-shadow:         1px 1px 3px 2px #7972bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7972bc


Comments

No comments written yet.

Please login to write comment.