Color Hex Logo

#807fce Color Hex

#807FCE
(128,127,206)
0 Favorites   0 Comments

Color spaces of #807fce

RGB 128127206
HSL0.670.450.65
HSV241°38°81°
CMYK 0.380.380.00   0.19
XYZ27.632024.224261.6119
Yxy24.22420.24350.2135
Hunter Lab49.218114.0818-39.7674
CIE-Lab56.311619.5409-40.7487

#807fce color RGB value is (128,127,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111111 11001110
Octal 200 177 316
Decimal 128 127 206
Hex 80 7F CE

RGB Percentages of Color #807fce

%27.77
%27.55
%44.69

CMYK Percentages of Color #807fce

%38
%38
%0
%19

Triadic Colors of #807fce

#807fce #ce807f #7fce80

Analogous Colors of #807fce

#807fce #a87fce #7fa6ce

Monochromatic Colors of #807fce

#807fce

Complementary Color

#807fce #cdce7f

#807fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#807fce Color CSS Codes

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

#807fce Text Font Color

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

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


#807fce Background Color

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

This div background color is #807fce


#807fce Border Color

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

This div border color is #807fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807fce


Comments

No comments written yet.

Please login to write comment.