Color Hex Logo

#808ceb Color Hex

#808CEB
(128,140,235)
0 Favorites   0 Comments

Color spaces of #808ceb

RGB 128140235
HSL0.650.730.71
HSV233°46°92°
CMYK 0.460.400.00   0.08
XYZ33.275629.343582.5073
Yxy29.34350.22930.2022
Hunter Lab54.169614.8530-52.3875
CIE-Lab61.083620.1404-49.4340

#808ceb color RGB value is (128,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001100 11101011
Octal 200 214 353
Decimal 128 140 235
Hex 80 8C EB

RGB Percentages of Color #808ceb

%25.45
%27.83
%46.72

CMYK Percentages of Color #808ceb

%46
%40
%0
%8

Triadic Colors of #808ceb

#808ceb #eb808c #8ceb80

Analogous Colors of #808ceb

#808ceb #aa80eb #80c2eb

Monochromatic Colors of #808ceb

#808ceb

Complementary Color

#808ceb #ebdf80

#808ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#808ceb Color CSS Codes

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

#808ceb Text Font Color

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

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


#808ceb Background Color

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

This div background color is #808ceb


#808ceb Border Color

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

This div border color is #808ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808ceb


Comments

No comments written yet.

Please login to write comment.