Color Hex Logo

#7961bc Color Hex

#7961BC
(121,97,188)
0 Favorites   0 Comments

Color spaces of #7961bc

RGB 12197188
HSL0.710.400.56
HSV256°48°74°
CMYK 0.360.480.00   0.26
XYZ21.237016.245249.5933
Yxy16.24520.24390.1866
Hunter Lab40.305323.5178-44.7391
CIE-Lab47.294630.5828-44.7522

#7961bc color RGB value is (121,97,188).

#7961bc hex color red value is 121, green value is 97 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7961bc hue: 0.71 , saturation: 0.40 and the lightness value of 7961bc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100001 10111100
Octal 171 141 274
Decimal 121 97 188
Hex 79 61 BC

RGB Percentages of Color #7961bc

%29.80
%23.89
%46.31

CMYK Percentages of Color #7961bc

%36
%48
%0
%26

Triadic Colors of #7961bc

#7961bc #bc7961 #61bc79

Analogous Colors of #7961bc

#7961bc #a761bc #6177bc

Monochromatic Colors of #7961bc

#7961bc

Complementary Color

#7961bc #a4bc61

#7961bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7961bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7961bc Color CSS Codes

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

#7961bc Text Font Color

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

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


#7961bc Background Color

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

This div background color is #7961bc


#7961bc Border Color

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

This div border color is #7961bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7961bc


Comments

No comments written yet.

Please login to write comment.