Color Hex Logo

#806cdd Color Hex

#806CDD
(128,108,221)
0 Favorites   0 Comments

Color spaces of #806cdd

RGB 128108221
HSL0.700.620.65
HSV251°51°87°
CMYK 0.420.510.00   0.13
XYZ27.315820.534870.9305
Yxy20.53480.23000.1729
Hunter Lab45.315328.2968-61.0838
CIE-Lab52.436634.9753-55.3814

#806cdd color RGB value is (128,108,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101100 11011101
Octal 200 154 335
Decimal 128 108 221
Hex 80 6C DD

RGB Percentages of Color #806cdd

%28.01
%23.63
%48.36

CMYK Percentages of Color #806cdd

%42
%51
%0
%13

Triadic Colors of #806cdd

#806cdd #dd806c #6cdd80

Analogous Colors of #806cdd

#806cdd #b96cdd #6c91dd

Monochromatic Colors of #806cdd

#806cdd

Complementary Color

#806cdd #c9dd6c

#806cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#806cdd Color CSS Codes

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

#806cdd Text Font Color

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

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


#806cdd Background Color

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

This div background color is #806cdd


#806cdd Border Color

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

This div border color is #806cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806cdd


Comments

No comments written yet.

Please login to write comment.