Color Hex Logo

#806cca Color Hex

#806CCA
(128,108,202)
0 Favorites   0 Comments

Color spaces of #806cca

RGB 128108202
HSL0.700.470.61
HSV253°47°79°
CMYK 0.370.470.00   0.21
XYZ24.925319.578658.3425
Yxy19.57860.24240.1904
Hunter Lab44.247723.1178-47.2030
CIE-Lab51.357429.7063-46.3111

#806cca color RGB value is (128,108,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101100 11001010
Octal 200 154 312
Decimal 128 108 202
Hex 80 6C CA

RGB Percentages of Color #806cca

%29.22
%24.66
%46.12

CMYK Percentages of Color #806cca

%37
%47
%0
%21

Triadic Colors of #806cca

#806cca #ca806c #6cca80

Analogous Colors of #806cca

#806cca #af6cca #6c87ca

Monochromatic Colors of #806cca

#806cca

Complementary Color

#806cca #b6ca6c

#806cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#806cca Color CSS Codes

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

#806cca Text Font Color

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

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


#806cca Background Color

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

This div background color is #806cca


#806cca Border Color

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

This div border color is #806cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806cca


Comments

No comments written yet.

Please login to write comment.