Color Hex Logo

#806acd Color Hex

#806ACD
(128,106,205)
0 Favorites   0 Comments

Color spaces of #806acd

RGB 128106205
HSL0.700.500.61
HSV253°48°80°
CMYK 0.380.480.00   0.20
XYZ25.075619.305060.1622
Yxy19.30500.23990.1847
Hunter Lab43.937524.9814-50.4277
CIE-Lab51.042131.7070-48.5262

#806acd color RGB value is (128,106,205).

#806acd hex color red value is 128, green value is 106 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #806acd hue: 0.70 , saturation: 0.50 and the lightness value of 806acd is 0.61.

The process color (four color CMYK) of #806acd color hex is 0.38, 0.48, 0.00, 0.20. Web safe color of #806acd is #9966cc. Color #806acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101010 11001101
Octal 200 152 315
Decimal 128 106 205
Hex 80 6A CD

RGB Percentages of Color #806acd

%29.16
%24.15
%46.70

CMYK Percentages of Color #806acd

%38
%48
%0
%20

Triadic Colors of #806acd

#806acd #cd806a #6acd80

Analogous Colors of #806acd

#806acd #b26acd #6a86cd

Monochromatic Colors of #806acd

#806acd

Complementary Color

#806acd #b7cd6a

#806acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#806acd Color CSS Codes

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

#806acd Text Font Color

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

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


#806acd Background Color

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

This div background color is #806acd


#806acd Border Color

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

This div border color is #806acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806acd


Comments

No comments written yet.

Please login to write comment.