Color Hex Logo

#807ffe Color Hex

#807FFE
(128,127,254)
0 Favorites   0 Comments

Color spaces of #807ffe

RGB 128127254
HSL0.670.980.75
HSV240°50°100°
CMYK 0.500.500.00   0.00
XYZ34.380926.923797.1507
Yxy26.92370.21700.1699
Hunter Lab51.888127.4696-74.6878
CIE-Lab58.903633.3961-63.3977

#807ffe color RGB value is (128,127,254).

#807ffe hex color red value is 128, green value is 127 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #807ffe hue: 0.67 , saturation: 0.98 and the lightness value of 807ffe is 0.75.

The process color (four color CMYK) of #807ffe color hex is 0.50, 0.50, 0.00, 0.00. Web safe color of #807ffe is #9966ff. Color #807ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111111 11111110
Octal 200 177 376
Decimal 128 127 254
Hex 80 7F FE

RGB Percentages of Color #807ffe

%25.15
%24.95
%49.90

CMYK Percentages of Color #807ffe

%50
%50
%0
%0

Triadic Colors of #807ffe

#807ffe #fe807f #7ffe80

Analogous Colors of #807ffe

#807ffe #c07ffe #7fbefe

Monochromatic Colors of #807ffe

#807ffe

Complementary Color

#807ffe #fdfe7f

#807ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#807ffe Color CSS Codes

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

#807ffe Text Font Color

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

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


#807ffe Background Color

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

This div background color is #807ffe


#807ffe Border Color

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

This div border color is #807ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807ffe


Comments

No comments written yet.

Please login to write comment.