Color Hex Logo

#808ecb Color Hex

#808ECB
(128,142,203)
0 Favorites   0 Comments

Color spaces of #808ecb

RGB 128142203
HSL0.640.420.65
HSV229°37°80°
CMYK 0.370.300.00   0.20
XYZ29.354628.247060.4050
Yxy28.24700.24880.2394
Hunter Lab53.14795.5801-30.1822
CIE-Lab60.11129.9078-33.1103

#808ecb color RGB value is (128,142,203).

#808ecb hex color red value is 128, green value is 142 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #808ecb hue: 0.64 , saturation: 0.42 and the lightness value of 808ecb is 0.65.

The process color (four color CMYK) of #808ecb color hex is 0.37, 0.30, 0.00, 0.20. Web safe color of #808ecb is #9999cc. Color #808ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001110 11001011
Octal 200 216 313
Decimal 128 142 203
Hex 80 8E CB

RGB Percentages of Color #808ecb

%27.06
%30.02
%42.92

CMYK Percentages of Color #808ecb

%37
%30
%0
%20

Triadic Colors of #808ecb

#808ecb #cb808e #8ecb80

Analogous Colors of #808ecb

#808ecb #9880cb #80b4cb

Monochromatic Colors of #808ecb

#808ecb

Complementary Color

#808ecb #cbbd80

#808ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#808ecb Color CSS Codes

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

#808ecb Text Font Color

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

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


#808ecb Background Color

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

This div background color is #808ecb


#808ecb Border Color

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

This div border color is #808ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808ecb


Comments

No comments written yet.

Please login to write comment.