Color Hex Logo

#806bea Color Hex

#806BEA
(128,107,234)
0 Favorites   0 Comments

Color spaces of #806bea

RGB 128107234
HSL0.690.750.67
HSV250°54°92°
CMYK 0.450.540.00   0.08
XYZ29.011121.045180.3750
Yxy21.04510.22240.1614
Hunter Lab45.874932.6014-71.7663
CIE-Lab52.998839.2413-61.7887

#806bea color RGB value is (128,107,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101011 11101010
Octal 200 153 352
Decimal 128 107 234
Hex 80 6B EA

RGB Percentages of Color #806bea

%27.29
%22.81
%49.89

CMYK Percentages of Color #806bea

%45
%54
%0
%8

Triadic Colors of #806bea

#806bea #ea806b #6bea80

Analogous Colors of #806bea

#806bea #c06bea #6b96ea

Monochromatic Colors of #806bea

#806bea

Complementary Color

#806bea #d5ea6b

#806bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#806bea Color CSS Codes

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

#806bea Text Font Color

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

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


#806bea Background Color

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

This div background color is #806bea


#806bea Border Color

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

This div border color is #806bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806bea


Comments

No comments written yet.

Please login to write comment.