Color Hex Logo

#808eba Color Hex

#808EBA
(128,142,186)
0 Favorites   0 Comments

Color spaces of #808eba

RGB 128142186
HSL0.630.300.62
HSV226°31°73°
CMYK 0.310.240.00   0.27
XYZ27.438027.480450.3125
Yxy27.48040.26070.2611
Hunter Lab52.42181.6904-20.2092
CIE-Lab59.41645.3811-24.5928

#808eba color RGB value is (128,142,186).

#808eba hex color red value is 128, green value is 142 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #808eba hue: 0.63 , saturation: 0.30 and the lightness value of 808eba is 0.62.

The process color (four color CMYK) of #808eba color hex is 0.31, 0.24, 0.00, 0.27. Web safe color of #808eba is #9999cc. Color #808eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001110 10111010
Octal 200 216 272
Decimal 128 142 186
Hex 80 8E BA

RGB Percentages of Color #808eba

%28.07
%31.14
%40.79

CMYK Percentages of Color #808eba

%31
%24
%0
%27

Triadic Colors of #808eba

#808eba #ba808e #8eba80

Analogous Colors of #808eba

#808eba #8f80ba #80abba

Monochromatic Colors of #808eba

#808eba

Complementary Color

#808eba #baac80

#808eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#808eba Color CSS Codes

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

#808eba Text Font Color

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

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


#808eba Background Color

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

This div background color is #808eba


#808eba Border Color

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

This div border color is #808eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808eba


Comments

No comments written yet.

Please login to write comment.