Color Hex Logo

#7876bf Color Hex

#7876BF
(120,118,191)
0 Favorites   0 Comments

Color spaces of #7876bf

RGB 120118191
HSL0.670.360.61
HSV242°38°75°
CMYK 0.370.380.00   0.25
XYZ23.628120.711552.0426
Yxy20.71150.24520.2149
Hunter Lab45.509913.0324-35.9439
CIE-Lab52.632318.5598-38.0419

#7876bf color RGB value is (120,118,191).

#7876bf hex color red value is 120, green value is 118 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7876bf hue: 0.67 , saturation: 0.36 and the lightness value of 7876bf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110110 10111111
Octal 170 166 277
Decimal 120 118 191
Hex 78 76 BF

RGB Percentages of Color #7876bf

%27.97
%27.51
%44.52

CMYK Percentages of Color #7876bf

%37
%38
%0
%25

Triadic Colors of #7876bf

#7876bf #bf7876 #76bf78

Analogous Colors of #7876bf

#7876bf #9d76bf #7699bf

Monochromatic Colors of #7876bf

#7876bf

Complementary Color

#7876bf #bdbf76

#7876bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7876bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7876bf Color CSS Codes

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

#7876bf Text Font Color

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

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


#7876bf Background Color

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

This div background color is #7876bf


#7876bf Border Color

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

This div border color is #7876bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,118,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 #7876bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7876bf


Comments

No comments written yet.

Please login to write comment.