Color Hex Logo

#806bed Color Hex

#806BED
(128,107,237)
0 Favorites   0 Comments

Color spaces of #806bed

RGB 128107237
HSL0.690.780.67
HSV250°55°93°
CMYK 0.460.550.00   0.07
XYZ29.445821.219082.6645
Yxy21.21900.22090.1591
Hunter Lab46.064133.4914-74.1543
CIE-Lab53.188340.0975-63.1622

#806bed color RGB value is (128,107,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101011 11101101
Octal 200 153 355
Decimal 128 107 237
Hex 80 6B ED

RGB Percentages of Color #806bed

%27.12
%22.67
%50.21

CMYK Percentages of Color #806bed

%46
%55
%0
%7

Triadic Colors of #806bed

#806bed #ed806b #6bed80

Analogous Colors of #806bed

#806bed #c16bed #6b97ed

Monochromatic Colors of #806bed

#806bed

Complementary Color

#806bed #d8ed6b

#806bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#806bed Color CSS Codes

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

#806bed Text Font Color

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

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


#806bed Background Color

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

This div background color is #806bed


#806bed Border Color

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

This div border color is #806bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806bed


Comments

No comments written yet.

Please login to write comment.