Color Hex Logo

#7886bb Color Hex

#7886BB
(120,134,187)
0 Favorites   0 Comments

Color spaces of #7886bb

RGB 120134187
HSL0.630.330.60
HSV227°36°73°
CMYK 0.360.280.00   0.27
XYZ25.240524.631150.4377
Yxy24.63110.25160.2456
Hunter Lab49.62973.9288-25.5144
CIE-Lab56.71427.9599-29.3799

#7886bb color RGB value is (120,134,187).

#7886bb hex color red value is 120, green value is 134 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7886bb hue: 0.63 , saturation: 0.33 and the lightness value of 7886bb is 0.60.

The process color (four color CMYK) of #7886bb color hex is 0.36, 0.28, 0.00, 0.27. Web safe color of #7886bb is #6699cc. Color #7886bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000110 10111011
Octal 170 206 273
Decimal 120 134 187
Hex 78 86 BB

RGB Percentages of Color #7886bb

%27.21
%30.39
%42.40

CMYK Percentages of Color #7886bb

%36
%28
%0
%27

Triadic Colors of #7886bb

#7886bb #bb7886 #86bb78

Analogous Colors of #7886bb

#7886bb #8c78bb #78a8bb

Monochromatic Colors of #7886bb

#7886bb

Complementary Color

#7886bb #bbad78

#7886bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7886bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7886bb Color CSS Codes

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

#7886bb Text Font Color

<p style="color:#7886bb">Text here</p>

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


#7886bb Background Color

<div style="background-color:#7886bb">
Div content here</div>

This div background color is #7886bb


#7886bb Border Color

<div style="border:3px solid #7886bb">
Div here</div>

This div border color is #7886bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,134,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7886bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7886bb;
  -webkit-box-shadow: 1px 1px 3px 2px #7886bb;
  box-shadow:         1px 1px 3px 2px #7886bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7886bb


Comments

No comments written yet.

Please login to write comment.