Color Hex Logo

#806beb Color Hex

#806BEB
(128,107,235)
0 Favorites   0 Comments

Color spaces of #806beb

RGB 128107235
HSL0.690.760.67
HSV250°54°92°
CMYK 0.460.540.00   0.08
XYZ29.155221.102781.1339
Yxy21.10270.22190.1606
Hunter Lab45.937732.8974-72.5600
CIE-Lab53.061739.5267-62.2474

#806beb color RGB value is (128,107,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101011 11101011
Octal 200 153 353
Decimal 128 107 235
Hex 80 6B EB

RGB Percentages of Color #806beb

%27.23
%22.77
%50.00

CMYK Percentages of Color #806beb

%46
%54
%0
%8

Triadic Colors of #806beb

#806beb #eb806b #6beb80

Analogous Colors of #806beb

#806beb #c06beb #6b96eb

Monochromatic Colors of #806beb

#806beb

Complementary Color

#806beb #d6eb6b

#806beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#806beb Color CSS Codes

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

#806beb Text Font Color

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

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


#806beb Background Color

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

This div background color is #806beb


#806beb Border Color

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

This div border color is #806beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806beb


Comments

No comments written yet.

Please login to write comment.