Color Hex Logo

#807ebf Color Hex

#807EBF
(128,126,191)
0 Favorites   0 Comments

Color spaces of #807ebf

RGB 128126191
HSL0.670.340.62
HSV242°34°75°
CMYK 0.330.340.00   0.25
XYZ25.766923.272552.4242
Yxy23.27250.25400.2294
Hunter Lab48.241610.9181-30.6614
CIE-Lab55.351916.0507-33.7341

#807ebf color RGB value is (128,126,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111110 10111111
Octal 200 176 277
Decimal 128 126 191
Hex 80 7E BF

RGB Percentages of Color #807ebf

%28.76
%28.31
%42.92

CMYK Percentages of Color #807ebf

%33
%34
%0
%25

Triadic Colors of #807ebf

#807ebf #bf807e #7ebf80

Analogous Colors of #807ebf

#807ebf #a17ebf #7e9dbf

Monochromatic Colors of #807ebf

#807ebf

Complementary Color

#807ebf #bdbf7e

#807ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#807ebf Color CSS Codes

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

#807ebf Text Font Color

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

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


#807ebf Background Color

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

This div background color is #807ebf


#807ebf Border Color

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

This div border color is #807ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807ebf


Comments

No comments written yet.

Please login to write comment.