Color Hex Logo

#806ece Color Hex

#806ECE
(128,110,206)
0 Favorites   0 Comments

Color spaces of #806ece

RGB 128110206
HSL0.700.490.62
HSV251°47°81°
CMYK 0.380.470.00   0.19
XYZ25.618620.197360.9407
Yxy20.19730.24000.1892
Hunter Lab44.941423.1055-48.9385
CIE-Lab52.059629.6199-47.4769

#806ece color RGB value is (128,110,206).

#806ece hex color red value is 128, green value is 110 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #806ece hue: 0.70 , saturation: 0.49 and the lightness value of 806ece is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101110 11001110
Octal 200 156 316
Decimal 128 110 206
Hex 80 6E CE

RGB Percentages of Color #806ece

%28.83
%24.77
%46.40

CMYK Percentages of Color #806ece

%38
%47
%0
%19

Triadic Colors of #806ece

#806ece #ce806e #6ece80

Analogous Colors of #806ece

#806ece #b06ece #6e8cce

Monochromatic Colors of #806ece

#806ece

Complementary Color

#806ece #bcce6e

#806ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#806ece Color CSS Codes

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

#806ece Text Font Color

<p style="color:#806ece">Text here</p>

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


#806ece Background Color

<div style="background-color:#806ece">
Div content here</div>

This div background color is #806ece


#806ece Border Color

<div style="border:3px solid #806ece">
Div here</div>

This div border color is #806ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806ece


Comments

No comments written yet.

Please login to write comment.