Color Hex Logo

#806fdd Color Hex

#806FDD
(128,111,221)
0 Favorites   0 Comments

Color spaces of #806fdd

RGB 128111221
HSL0.690.620.65
HSV249°50°87°
CMYK 0.420.500.00   0.13
XYZ27.637721.178571.0378
Yxy21.17850.23060.1767
Hunter Lab46.020126.6643-59.3075
CIE-Lab53.144333.2157-54.2485

#806fdd color RGB value is (128,111,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101111 11011101
Octal 200 157 335
Decimal 128 111 221
Hex 80 6F DD

RGB Percentages of Color #806fdd

%27.83
%24.13
%48.04

CMYK Percentages of Color #806fdd

%42
%50
%0
%13

Triadic Colors of #806fdd

#806fdd #dd806f #6fdd80

Analogous Colors of #806fdd

#806fdd #b76fdd #6f95dd

Monochromatic Colors of #806fdd

#806fdd

Complementary Color

#806fdd #ccdd6f

#806fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#806fdd Color CSS Codes

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

#806fdd Text Font Color

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

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


#806fdd Background Color

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

This div background color is #806fdd


#806fdd Border Color

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

This div border color is #806fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806fdd


Comments

No comments written yet.

Please login to write comment.