Color Hex Logo

#806eea Color Hex

#806EEA
(128,110,234)
0 Favorites   0 Comments

Color spaces of #806eea

RGB 128110234
HSL0.690.750.67
HSV249°53°92°
CMYK 0.450.530.00   0.08
XYZ29.329321.681680.4810
Yxy21.68160.22310.1649
Hunter Lab46.563530.9470-69.8832
CIE-Lab53.687537.4990-60.6807

#806eea color RGB value is (128,110,234).

#806eea hex color red value is 128, green value is 110 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #806eea hue: 0.69 , saturation: 0.75 and the lightness value of 806eea is 0.67.

The process color (four color CMYK) of #806eea color hex is 0.45, 0.53, 0.00, 0.08. Web safe color of #806eea is #9966ff. Color #806eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101110 11101010
Octal 200 156 352
Decimal 128 110 234
Hex 80 6E EA

RGB Percentages of Color #806eea

%27.12
%23.31
%49.58

CMYK Percentages of Color #806eea

%45
%53
%0
%8

Triadic Colors of #806eea

#806eea #ea806e #6eea80

Analogous Colors of #806eea

#806eea #be6eea #6e9aea

Monochromatic Colors of #806eea

#806eea

Complementary Color

#806eea #d8ea6e

#806eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#806eea Color CSS Codes

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

#806eea Text Font Color

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

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


#806eea Background Color

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

This div background color is #806eea


#806eea Border Color

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

This div border color is #806eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806eea


Comments

No comments written yet.

Please login to write comment.