Color Hex Logo

#806cec Color Hex

#806CEC
(128,108,236)
0 Favorites   0 Comments

Color spaces of #806cec

RGB 128108236
HSL0.690.770.67
HSV249°54°93°
CMYK 0.460.540.00   0.07
XYZ29.405021.370481.9320
Yxy21.37040.22160.1610
Hunter Lab46.228132.6419-72.7224
CIE-Lab53.352539.2335-62.3386

#806cec color RGB value is (128,108,236).

#806cec hex color red value is 128, green value is 108 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #806cec hue: 0.69 , saturation: 0.77 and the lightness value of 806cec is 0.67.

The process color (four color CMYK) of #806cec color hex is 0.46, 0.54, 0.00, 0.07. Web safe color of #806cec is #9966ff. Color #806cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101100 11101100
Octal 200 154 354
Decimal 128 108 236
Hex 80 6C EC

RGB Percentages of Color #806cec

%27.12
%22.88
%50.00

CMYK Percentages of Color #806cec

%46
%54
%0
%7

Triadic Colors of #806cec

#806cec #ec806c #6cec80

Analogous Colors of #806cec

#806cec #c06cec #6c98ec

Monochromatic Colors of #806cec

#806cec

Complementary Color

#806cec #d8ec6c

#806cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#806cec Color CSS Codes

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

#806cec Text Font Color

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

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


#806cec Background Color

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

This div background color is #806cec


#806cec Border Color

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

This div border color is #806cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806cec


Comments

No comments written yet.

Please login to write comment.