Color Hex Logo

#7881bd Color Hex

#7881BD
(120,129,189)
0 Favorites   0 Comments

Color spaces of #7881bd

RGB 120129189
HSL0.640.340.61
HSV232°37°74°
CMYK 0.370.320.00   0.26
XYZ24.781323.367751.3484
Yxy23.36770.24910.2349
Hunter Lab48.34016.9117-29.1416
CIE-Lab55.449111.4521-32.4870

#7881bd color RGB value is (120,129,189).

#7881bd hex color red value is 120, green value is 129 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7881bd hue: 0.64 , saturation: 0.34 and the lightness value of 7881bd is 0.61.

The process color (four color CMYK) of #7881bd color hex is 0.37, 0.32, 0.00, 0.26. Web safe color of #7881bd is #6699cc. Color #7881bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000001 10111101
Octal 170 201 275
Decimal 120 129 189
Hex 78 81 BD

RGB Percentages of Color #7881bd

%27.40
%29.45
%43.15

CMYK Percentages of Color #7881bd

%37
%32
%0
%26

Triadic Colors of #7881bd

#7881bd #bd7881 #81bd78

Analogous Colors of #7881bd

#7881bd #9278bd #78a4bd

Monochromatic Colors of #7881bd

#7881bd

Complementary Color

#7881bd #bdb478

#7881bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7881bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7881bd Color CSS Codes

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

#7881bd Text Font Color

<p style="color:#7881bd">Text here</p>

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


#7881bd Background Color

<div style="background-color:#7881bd">
Div content here</div>

This div background color is #7881bd


#7881bd Border Color

<div style="border:3px solid #7881bd">
Div here</div>

This div border color is #7881bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,129,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7881bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7881bd;
  -webkit-box-shadow: 1px 1px 3px 2px #7881bd;
  box-shadow:         1px 1px 3px 2px #7881bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,129,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7881bd


Comments

No comments written yet.

Please login to write comment.