Color Hex Logo

#806edd Color Hex

#806EDD
(128,110,221)
0 Favorites   0 Comments

Color spaces of #806edd

RGB 128110221
HSL0.690.620.65
HSV250°50°87°
CMYK 0.420.500.00   0.13
XYZ27.529220.961571.0016
Yxy20.96150.23040.1754
Hunter Lab45.783727.2083-59.8986
CIE-Lab52.907333.8031-54.6276

#806edd color RGB value is (128,110,221).

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

The process color (four color CMYK) of #806edd color hex is 0.42, 0.50, 0.00, 0.13. Web safe color of #806edd is #9966cc. Color #806edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101110 11011101
Octal 200 156 335
Decimal 128 110 221
Hex 80 6E DD

RGB Percentages of Color #806edd

%27.89
%23.97
%48.15

CMYK Percentages of Color #806edd

%42
%50
%0
%13

Triadic Colors of #806edd

#806edd #dd806e #6edd80

Analogous Colors of #806edd

#806edd #b86edd #6e94dd

Monochromatic Colors of #806edd

#806edd

Complementary Color

#806edd #cbdd6e

#806edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#806edd Color CSS Codes

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

#806edd Text Font Color

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

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


#806edd Background Color

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

This div background color is #806edd


#806edd Border Color

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

This div border color is #806edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806edd


Comments

No comments written yet.

Please login to write comment.