Color Hex Logo

#807edb Color Hex

#807EDB
(128,126,219)
0 Favorites   0 Comments

Color spaces of #807edb

RGB 128126219
HSL0.670.560.68
HSV241°42°86°
CMYK 0.420.420.00   0.14
XYZ29.149124.625470.2347
Yxy24.62540.23510.1986
Hunter Lab49.624018.0088-49.1786
CIE-Lab56.708623.7838-47.4470

#807edb color RGB value is (128,126,219).

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

The process color (four color CMYK) of #807edb color hex is 0.42, 0.42, 0.00, 0.14. Web safe color of #807edb is #9966cc. Color #807edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111110 11011011
Octal 200 176 333
Decimal 128 126 219
Hex 80 7E DB

RGB Percentages of Color #807edb

%27.06
%26.64
%46.30

CMYK Percentages of Color #807edb

%42
%42
%0
%14

Triadic Colors of #807edb

#807edb #db807e #7edb80

Analogous Colors of #807edb

#807edb #af7edb #7eabdb

Monochromatic Colors of #807edb

#807edb

Complementary Color

#807edb #d9db7e

#807edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#807edb Color CSS Codes

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

#807edb Text Font Color

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

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


#807edb Background Color

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

This div background color is #807edb


#807edb Border Color

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

This div border color is #807edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,126,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807edb


Comments

No comments written yet.

Please login to write comment.