Color Hex Logo

#806cee Color Hex

#806CEE
(128,108,238)
0 Favorites   0 Comments

Color spaces of #806cee

RGB 128108238
HSL0.690.790.68
HSV249°55°93°
CMYK 0.460.550.00   0.07
XYZ29.697321.487483.4712
Yxy21.48740.22050.1596
Hunter Lab46.354533.2368-74.3162
CIE-Lab53.478839.8058-63.2529

#806cee color RGB value is (128,108,238).

#806cee hex color red value is 128, green value is 108 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #806cee hue: 0.69 , saturation: 0.79 and the lightness value of 806cee is 0.68.

The process color (four color CMYK) of #806cee color hex is 0.46, 0.55, 0.00, 0.07. Web safe color of #806cee is #9966ff. Color #806cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101100 11101110
Octal 200 154 356
Decimal 128 108 238
Hex 80 6C EE

RGB Percentages of Color #806cee

%27.00
%22.78
%50.21

CMYK Percentages of Color #806cee

%46
%55
%0
%7

Triadic Colors of #806cee

#806cee #ee806c #6cee80

Analogous Colors of #806cee

#806cee #c16cee #6c99ee

Monochromatic Colors of #806cee

#806cee

Complementary Color

#806cee #daee6c

#806cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#806cee Color CSS Codes

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

#806cee Text Font Color

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

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


#806cee Background Color

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

This div background color is #806cee


#806cee Border Color

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

This div border color is #806cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806cee


Comments

No comments written yet.

Please login to write comment.