Color Hex Logo

#808beb Color Hex

#808BEB
(128,139,235)
0 Favorites   0 Comments

Color spaces of #808beb

RGB 128139235
HSL0.650.730.71
HSV234°46°92°
CMYK 0.460.410.00   0.08
XYZ33.130129.052682.4588
Yxy29.05260.22900.2009
Hunter Lab53.900515.3898-52.9736
CIE-Lab60.828020.7276-49.8389

#808beb color RGB value is (128,139,235).

#808beb hex color red value is 128, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #808beb hue: 0.65 , saturation: 0.73 and the lightness value of 808beb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001011 11101011
Octal 200 213 353
Decimal 128 139 235
Hex 80 8B EB

RGB Percentages of Color #808beb

%25.50
%27.69
%46.81

CMYK Percentages of Color #808beb

%46
%41
%0
%8

Triadic Colors of #808beb

#808beb #eb808b #8beb80

Analogous Colors of #808beb

#808beb #ab80eb #80c1eb

Monochromatic Colors of #808beb

#808beb

Complementary Color

#808beb #ebe080

#808beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#808beb Color CSS Codes

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

#808beb Text Font Color

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

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


#808beb Background Color

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

This div background color is #808beb


#808beb Border Color

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

This div border color is #808beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808beb


Comments

No comments written yet.

Please login to write comment.