Color Hex Logo

#7888bd Color Hex

#7888BD
(120,136,189)
0 Favorites   0 Comments

Color spaces of #7888bd

RGB 120136189
HSL0.630.340.61
HSV226°37°74°
CMYK 0.370.280.00   0.26
XYZ25.735225.275551.6664
Yxy25.27550.25060.2462
Hunter Lab50.27473.3918-25.7389
CIE-Lab57.34297.3362-29.5425

#7888bd color RGB value is (120,136,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001000 10111101
Octal 170 210 275
Decimal 120 136 189
Hex 78 88 BD

RGB Percentages of Color #7888bd

%26.97
%30.56
%42.47

CMYK Percentages of Color #7888bd

%37
%28
%0
%26

Triadic Colors of #7888bd

#7888bd #bd7888 #88bd78

Analogous Colors of #7888bd

#7888bd #8b78bd #78abbd

Monochromatic Colors of #7888bd

#7888bd

Complementary Color

#7888bd #bdad78

#7888bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7888bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7888bd Color CSS Codes

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

#7888bd Text Font Color

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

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


#7888bd Background Color

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

This div background color is #7888bd


#7888bd Border Color

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

This div border color is #7888bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7888bd


Comments

No comments written yet.

Please login to write comment.