Color Hex Logo

#806bef Color Hex

#806BEF
(128,107,239)
0 Favorites   0 Comments

Color spaces of #806bef

RGB 128107239
HSL0.690.800.68
HSV250°55°94°
CMYK 0.460.550.00   0.06
XYZ29.739821.336684.2123
Yxy21.33660.21980.1577
Hunter Lab46.191634.0895-75.7581
CIE-Lab53.315940.6698-64.0739

#806bef color RGB value is (128,107,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101011 11101111
Octal 200 153 357
Decimal 128 107 239
Hex 80 6B EF

RGB Percentages of Color #806bef

%27.00
%22.57
%50.42

CMYK Percentages of Color #806bef

%46
%55
%0
%6

Triadic Colors of #806bef

#806bef #ef806b #6bef80

Analogous Colors of #806bef

#806bef #c26bef #6b98ef

Monochromatic Colors of #806bef

#806bef

Complementary Color

#806bef #daef6b

#806bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#806bef Color CSS Codes

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

#806bef Text Font Color

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

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


#806bef Background Color

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

This div background color is #806bef


#806bef Border Color

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

This div border color is #806bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806bef


Comments

No comments written yet.

Please login to write comment.