Color Hex Logo

#806ceb Color Hex

#806CEB
(128,108,235)
0 Favorites   0 Comments

Color spaces of #806ceb

RGB 128108235
HSL0.690.760.67
HSV249°54°92°
CMYK 0.460.540.00   0.08
XYZ29.260021.312581.1688
Yxy21.31250.22210.1618
Hunter Lab46.165532.3450-71.9287
CIE-Lab53.289838.9470-61.8801

#806ceb color RGB value is (128,108,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101100 11101011
Octal 200 154 353
Decimal 128 108 235
Hex 80 6C EB

RGB Percentages of Color #806ceb

%27.18
%22.93
%49.89

CMYK Percentages of Color #806ceb

%46
%54
%0
%8

Triadic Colors of #806ceb

#806ceb #eb806c #6ceb80

Analogous Colors of #806ceb

#806ceb #c06ceb #6c98eb

Monochromatic Colors of #806ceb

#806ceb

Complementary Color

#806ceb #d7eb6c

#806ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#806ceb Color CSS Codes

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

#806ceb Text Font Color

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

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


#806ceb Background Color

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

This div background color is #806ceb


#806ceb Border Color

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

This div border color is #806ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806ceb


Comments

No comments written yet.

Please login to write comment.