Color Hex Logo

#7966bc Color Hex

#7966BC
(121,102,188)
0 Favorites   0 Comments

Color spaces of #7966bc

RGB 121102188
HSL0.700.390.57
HSV253°46°74°
CMYK 0.360.460.00   0.26
XYZ21.713617.198549.7522
Yxy17.19850.24490.1940
Hunter Lab41.471120.8854-42.0995
CIE-Lab48.509227.6003-42.8222

#7966bc color RGB value is (121,102,188).

#7966bc hex color red value is 121, green value is 102 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7966bc hue: 0.70 , saturation: 0.39 and the lightness value of 7966bc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100110 10111100
Octal 171 146 274
Decimal 121 102 188
Hex 79 66 BC

RGB Percentages of Color #7966bc

%29.44
%24.82
%45.74

CMYK Percentages of Color #7966bc

%36
%46
%0
%26

Triadic Colors of #7966bc

#7966bc #bc7966 #66bc79

Analogous Colors of #7966bc

#7966bc #a466bc #667ebc

Monochromatic Colors of #7966bc

#7966bc

Complementary Color

#7966bc #a9bc66

#7966bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7966bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7966bc Color CSS Codes

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

#7966bc Text Font Color

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

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


#7966bc Background Color

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

This div background color is #7966bc


#7966bc Border Color

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

This div border color is #7966bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,102,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 #7966bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7966bc


Comments

No comments written yet.

Please login to write comment.