Color Hex Logo

#808bad Color Hex

#808BAD
(128,139,173)
0 Favorites   0 Comments

Color spaces of #808bad

RGB 128139173
HSL0.630.220.59
HSV225°26°68°
CMYK 0.260.200.00   0.32
XYZ25.677526.071643.2141
Yxy26.07160.27040.2745
Hunter Lab51.06040.4094-14.4369
CIE-Lab58.10493.8095-19.2107

#808bad color RGB value is (128,139,173).

#808bad hex color red value is 128, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #808bad hue: 0.63 , saturation: 0.22 and the lightness value of 808bad is 0.59.

The process color (four color CMYK) of #808bad color hex is 0.26, 0.20, 0.00, 0.32. Web safe color of #808bad is #999999. Color #808bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001011 10101101
Octal 200 213 255
Decimal 128 139 173
Hex 80 8B AD

RGB Percentages of Color #808bad

%29.09
%31.59
%39.32

CMYK Percentages of Color #808bad

%26
%20
%0
%32

Triadic Colors of #808bad

#808bad #ad808b #8bad80

Analogous Colors of #808bad

#808bad #8c80ad #80a2ad

Monochromatic Colors of #808bad

#808bad

Complementary Color

#808bad #ada280

#808bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#808bad Color CSS Codes

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

#808bad Text Font Color

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

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


#808bad Background Color

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

This div background color is #808bad


#808bad Border Color

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

This div border color is #808bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808bad


Comments

No comments written yet.

Please login to write comment.