Color Hex Logo

#807ecf Color Hex

#807ECF
(128,126,207)
0 Favorites   0 Comments

Color spaces of #807ecf

RGB 128126207
HSL0.670.460.65
HSV241°39°81°
CMYK 0.380.390.00   0.19
XYZ27.625424.015962.2110
Yxy24.01590.24260.2109
Hunter Lab49.006014.8625-40.9618
CIE-Lab56.103720.4105-41.6416

#807ecf color RGB value is (128,126,207).

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

The process color (four color CMYK) of #807ecf color hex is 0.38, 0.39, 0.00, 0.19. Web safe color of #807ecf is #9966cc. Color #807ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111110 11001111
Octal 200 176 317
Decimal 128 126 207
Hex 80 7E CF

RGB Percentages of Color #807ecf

%27.77
%27.33
%44.90

CMYK Percentages of Color #807ecf

%38
%39
%0
%19

Triadic Colors of #807ecf

#807ecf #cf807e #7ecf80

Analogous Colors of #807ecf

#807ecf #a97ecf #7ea5cf

Monochromatic Colors of #807ecf

#807ecf

Complementary Color

#807ecf #cdcf7e

#807ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#807ecf Color CSS Codes

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

#807ecf Text Font Color

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

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


#807ecf Background Color

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

This div background color is #807ecf


#807ecf Border Color

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

This div border color is #807ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807ecf


Comments

No comments written yet.

Please login to write comment.