Color Hex Logo

#806dca Color Hex

#806DCA
(128,109,202)
0 Favorites   0 Comments

Color spaces of #806dca

RGB 128109202
HSL0.700.470.61
HSV252°46°79°
CMYK 0.370.460.00   0.21
XYZ25.031419.790758.3778
Yxy19.79070.24260.1918
Hunter Lab44.486722.5850-46.6627
CIE-Lab51.599729.1151-45.9260

#806dca color RGB value is (128,109,202).

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

The process color (four color CMYK) of #806dca color hex is 0.37, 0.46, 0.00, 0.21. Web safe color of #806dca is #9966cc. Color #806dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101101 11001010
Octal 200 155 312
Decimal 128 109 202
Hex 80 6D CA

RGB Percentages of Color #806dca

%29.16
%24.83
%46.01

CMYK Percentages of Color #806dca

%37
%46
%0
%21

Triadic Colors of #806dca

#806dca #ca806d #6dca80

Analogous Colors of #806dca

#806dca #af6dca #6d89ca

Monochromatic Colors of #806dca

#806dca

Complementary Color

#806dca #b7ca6d

#806dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#806dca Color CSS Codes

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

#806dca Text Font Color

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

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


#806dca Background Color

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

This div background color is #806dca


#806dca Border Color

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

This div border color is #806dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806dca


Comments

No comments written yet.

Please login to write comment.