Color Hex Logo

#806edf Color Hex

#806EDF
(128,110,223)
0 Favorites   0 Comments

Color spaces of #806edf

RGB 128110223
HSL0.690.640.65
HSV250°51°87°
CMYK 0.430.510.00   0.13
XYZ27.797321.068872.4136
Yxy21.06880.22920.1737
Hunter Lab45.900827.7725-61.4061
CIE-Lab53.024734.3676-55.5674

#806edf color RGB value is (128,110,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101110 11011111
Octal 200 156 337
Decimal 128 110 223
Hex 80 6E DF

RGB Percentages of Color #806edf

%27.77
%23.86
%48.37

CMYK Percentages of Color #806edf

%43
%51
%0
%13

Triadic Colors of #806edf

#806edf #df806e #6edf80

Analogous Colors of #806edf

#806edf #b96edf #6e95df

Monochromatic Colors of #806edf

#806edf

Complementary Color

#806edf #cddf6e

#806edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#806edf Color CSS Codes

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

#806edf Text Font Color

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

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


#806edf Background Color

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

This div background color is #806edf


#806edf Border Color

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

This div border color is #806edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806edf


Comments

No comments written yet.

Please login to write comment.