Color Hex Logo

#807ebb Color Hex

#807EBB
(128,126,187)
0 Favorites   0 Comments

Color spaces of #807ebb

RGB 128126187
HSL0.670.310.61
HSV242°33°73°
CMYK 0.320.330.00   0.27
XYZ25.332623.098850.1370
Yxy23.09880.25700.2343
Hunter Lab48.06129.9785-28.2079
CIE-Lab55.174014.9893-31.7273

#807ebb color RGB value is (128,126,187).

#807ebb hex color red value is 128, green value is 126 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #807ebb hue: 0.67 , saturation: 0.31 and the lightness value of 807ebb is 0.61.

The process color (four color CMYK) of #807ebb color hex is 0.32, 0.33, 0.00, 0.27. Web safe color of #807ebb is #9966cc. Color #807ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111110 10111011
Octal 200 176 273
Decimal 128 126 187
Hex 80 7E BB

RGB Percentages of Color #807ebb

%29.02
%28.57
%42.40

CMYK Percentages of Color #807ebb

%32
%33
%0
%27

Triadic Colors of #807ebb

#807ebb #bb807e #7ebb80

Analogous Colors of #807ebb

#807ebb #9f7ebb #7e9bbb

Monochromatic Colors of #807ebb

#807ebb

Complementary Color

#807ebb #b9bb7e

#807ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#807ebb Color CSS Codes

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

#807ebb Text Font Color

<p style="color:#807ebb">Text here</p>

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


#807ebb Background Color

<div style="background-color:#807ebb">
Div content here</div>

This div background color is #807ebb


#807ebb Border Color

<div style="border:3px solid #807ebb">
Div here</div>

This div border color is #807ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,126,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #807ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #807ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #807ebb;
  box-shadow:         1px 1px 3px 2px #807ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,126,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 #807ebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807ebb


Comments

No comments written yet.

Please login to write comment.