Color Hex Logo

#806cce Color Hex

#806CCE
(128,108,206)
0 Favorites   0 Comments

Color spaces of #806cce

RGB 128108206
HSL0.700.500.62
HSV252°48°81°
CMYK 0.380.480.00   0.19
XYZ25.405219.770560.8696
Yxy19.77050.23960.1864
Hunter Lab44.464024.1766-50.0410
CIE-Lab51.576730.8017-48.2452

#806cce color RGB value is (128,108,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101100 11001110
Octal 200 154 316
Decimal 128 108 206
Hex 80 6C CE

RGB Percentages of Color #806cce

%28.96
%24.43
%46.61

CMYK Percentages of Color #806cce

%38
%48
%0
%19

Triadic Colors of #806cce

#806cce #ce806c #6cce80

Analogous Colors of #806cce

#806cce #b16cce #6c89ce

Monochromatic Colors of #806cce

#806cce

Complementary Color

#806cce #bace6c

#806cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#806cce Color CSS Codes

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

#806cce Text Font Color

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

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


#806cce Background Color

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

This div background color is #806cce


#806cce Border Color

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

This div border color is #806cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806cce


Comments

No comments written yet.

Please login to write comment.